From issues-return-10-apmail-flex-issues-archive=flex.apache.org@flex.apache.org Thu Jun 20 13:18:23 2013 Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4AAEAC449 for ; Thu, 20 Jun 2013 13:18:23 +0000 (UTC) Received: (qmail 46698 invoked by uid 500); 20 Jun 2013 13:18:22 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 46633 invoked by uid 500); 20 Jun 2013 13:18:21 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 46610 invoked by uid 99); 20 Jun 2013 13:18:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jun 2013 13:18:21 +0000 Date: Thu, 20 Jun 2013 13:18:21 +0000 (UTC) From: "Justin Mclean (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-22022) MenuBar memory leaks MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-22022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13689228#comment-13689228 ] Justin Mclean commented on FLEX-22022: -------------------------------------- May of been improved in Apache Flex 4.10 (event handlers are removed) > MenuBar memory leaks > -------------------- > > Key: FLEX-22022 > URL: https://issues.apache.org/jira/browse/FLEX-22022 > Project: Apache Flex > Issue Type: Bug > Components: mx: Menu Bar > Affects Versions: Adobe Flex SDK 3.2 (Release) > Environment: Affected OS(s): All OS Platforms > Affected OS(s): All OS Platforms > Language Found: English > Reporter: Adobe JIRA > > Steps to reproduce: > 1. Profile the attached sample test application > 2. Take memory snapshot #1 > 3. Click the button to add the MenuBar to the display list > 4. Use the menu bar (expand to see the menu items etc) > 5. Click button to remove the MenuBar from the display list > 6. Take memory snapshot #2 > > Actual Results: > MenuBar is not garbage collected. If you check the loitering objects using the 2 snapshots, you can see everything stays live in memory: MenuBar, MenuItemRenderer etc > > Expected Results: > MenuBar is garbage collected > > Workaround (if any): > could not find any -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira