# Memory Problem (loading images)

**URL:** https://forum.kirupa.com/t/memory-problem-loading-images/240512
**Category:** flash
**Created:** [October 3, 2007, 4:12pm UTC](https://forum.kirupa.com/t/memory-problem-loading-images/240512 "2007-10-03T16:12:42Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Guro](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/guro/32/3765_2.png) [@Guro](https://forum.kirupa.com/u/Guro)
#### Post date: [October 3, 2007, 4:12pm UTC](https://forum.kirupa.com/t/memory-problem-loading-images/240512/1 "2007-10-03T16:12:42Z")

</div>

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 🙂 can anyone help me? is there any solution?
