[
https://issues.apache.org/jira/browse/FLEX-34801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14362995#comment-14362995
]
Shigeru Nakagaki commented on FLEX-34801:
-----------------------------------------
I found a workaround.
After a event of MouseEvent.CONTEXT_MENU at SystemManager, the leaked instance
was released.
var sm:ISystemManager = ui.systemManager;
var cmEvent:MouseEvent = new MouseEvent(MouseEvent.CONTEXT_MENU, true, false,
0, 0, sm as InteractiveObject, false ,false, false, false, 0, false, false, 0);
sm.dispatchEvent(cmEvent);
> "right-click" causes memory leak in AIR application
> ---------------------------------------------------
>
> Key: FLEX-34801
> URL: https://issues.apache.org/jira/browse/FLEX-34801
> Project: Apache Flex
> Issue Type: Bug
> Affects Versions: Apache Flex 4.13.0
> Environment: Windows 7 64bit Japanese, Adobe AIR 16, Flex SDK 4.13
> Reporter: Shigeru Nakagaki
> Attachments: ContextMenuTest_src.zip
>
>
> How to reproduce this issue.
> Step 1. run an attached source with Profiler mode of Flash Builder
> Step 2. click "add" button
> Step 3. right-click the red area in Panel
> Step 4. click "close" button in Panel
> Step 5. click GC button in Flash Builder
> "MyPanel" will be removed from the Live Objects view.
> But "MyContainer" will NOT be removed from the Live Objects view.
> Step 6. right-click the blue area
> Step 7. click GC button in Flash Builder
> "MyContainer" will be removed from the Live Objects view.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)