[flexcoders] Memory leak caused by Image and String objects

2008-06-11 Thread akila_ksri
I have an application that makes use of 3 to 4 'Image' objects and quite a few labels. The memory grows enormously when an Image.load() occurs even though I have only one instance of the Image object at a time. (I need to execute the load() method since the image needs to be loaded dynamically).

RE: [flexcoders] Memory leak caused by Image and String objects

2008-06-11 Thread Alex Harui
10:48 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Memory leak caused by Image and String objects I have an application that makes use of 3 to 4 'Image' objects and quite a few labels. The memory grows enormously when an Image.load() occurs even though I have only one instance