Memory Problem (loading images)

i have gallery with many categories, in each category for example i have 20 images.

every time i load new category or sameone, to memory adds +5MB

when i’m loading new category i’m removing from stage old one with removeChild but memory still grows

im also null-ing all objects

loader = null;
request = null;
etc…

if you understand my english :slight_smile: can anyone help me? is there any solution?