History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: PSL-345
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Jens Halm
Reporter: Alfredo Fong Casas
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Parsley Core

Memory leak in message receiver selection cache

Created: 08/Jan/10 10:13 PM   Updated: 03/Jan/11 04:27 AM
Component/s: None
Affects Version/s: 2.0.0, 2.1.0, 2.0.1, 2.1.1
Fix Version/s: 2.2.0

File Attachments: 1. File TestParsley.rar (925 kb)

Environment: WinXP, FlexBuilder 3.0.2, Flex SDK 3.3.0, parsley 2.1.1


 Description  « Hide
Hi, I'm been working width modules. I have a Test aplicacion tha load 2 modules. I have a view width two buttons, one of then load a Module1 an the other load Module2. Before to load a module I check if my module loader have a module loaded already, in that case i unload the previous module. When a profile this application to check memory consumption the memory increases each time you load and unload modules despite being unloaded modules.

if someone could help me I would appreciate that.

Thanks

 All   Comments   Change History      Sort Order:
Alfredo Fong Casas - 08/Jan/10 10:18 PM
It is the Test application

Jens Halm - 17/Jan/10 05:03 AM
Thanks for providing the sample app.
The leak should be gone now, as expected it was a problem with an internal cache that does not get purged when the module gets unloaded.