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

