When I start example "Image" from Adobe Begin from the examples folder that comes with Adobe Begin
and selecting repeatedly "Other Image" checkbox it always "eat" my memory (memory leaks).
Thank you for drawing our attention to the leak in the Win32 widget
code. I have verified the leak, and applied a partial patch for
1.0.38. However, the issues are a bit larger than can be addressed
locally. The basic problem is that, in the current win32 architecture,
platform resource handles are not stored and therefore old bitmaps are
not cleaned up on destruction or when STM_SETIMAGE is called. Fixing
this would be a great opportunity for an opensource contributor to
come up to speed, with our assistance. Deferring for now.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1227609
Originator: NO
Which platform are you running? I just tested for leaks under OS X and found none.
Logged In: YES
user_id=2082242
Originator: YES
Platform - Windows Vista 32 SP1. Asl_1.0.37_begin_win.zip
Logged In: YES
user_id=1276259
Originator: NO
Thank you for drawing our attention to the leak in the Win32 widget
code. I have verified the leak, and applied a partial patch for
1.0.38. However, the issues are a bit larger than can be addressed
locally. The basic problem is that, in the current win32 architecture,
platform resource handles are not stored and therefore old bitmaps are
not cleaned up on destruction or when STM_SETIMAGE is called. Fixing
this would be a great opportunity for an opensource contributor to
come up to speed, with our assistance. Deferring for now.