Thanks for your answer. Unfortunately this is not a TileList specific issue, it happens with List and HorizontalList too, so i guess the problem is in ListBase or somewhere deeper.
--- In [email protected], "rueter007" <[EMAIL PROTECTED]> wrote: > > i know that tilelist has memory leaks. i logged this issue with adobe > and should be fixed in the final release. this could be leading to > your problem. > > --- In [email protected], "Damien Legros" <damien.legros@> > wrote: > > > > Hello, > > > > While inspecting my application with the profiler, i noticed a weird > > issue that I can't figure out. > > > > I have 2 modules, one of them having 1 tilelist and 1 "normal" list > > both using custom renderers. > > > > I load the first module having the lists, the lists get filled, then > > unload the module and load the second module, then i check the > > profiler and see that everything is ok (no more instance of the > > renderers nor module). > > > > BUT if before loading the second module, i start browsing the list (it > > doesn't matter which one, the problem occurs with both kinds of list), > > then some renderers don't get garbage collected and the module > > instance is of course not freed. > > > > > > Any idea why this happens? that's pretty annoying knowing that the > > module memory doesn't get freed up because of that list issue :( > > > > > > Thanks! > > Damien > > >

