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

Key: IDEADEV-20899
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Anna Kozlova
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Memory leak: MobileDefaultApiEditor is not disposed after pressing Apply in Project structure dialog

Created: 10 Sep 07 19:33   Updated: 06 Dec 07 19:25
Component/s: None
Fix Version/s: Selena 7.0.2

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 7,272
Fixed in build: 7,591


 Description  « Hide
Open a project with the single module. It may be empty.
Settings / Project structure / select the module / Dependencies.
Add dependency to a library (tested global library with annotations.jar from IDEA build).
Press Apply (this seems to be essential, I cannot reproduce the same with pressing Ok).
Exit IDEA. The message in console:
***********************************************************************************************
***                        M E M O R Y    L E A K S   D E T E C T E D                       ***
***********************************************************************************************
***                                                                                         ***
***   The following objects were not disposed:
***   com.intellij.j2meplugin.emulator.ui.MobileDefaultApiEditor@10751b6 of class class com.intellij.j2meplugin.emulator.ui.MobileDefaultApiEditor
***                                                                                         ***
***********************************************************************************************


 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 30 Sep 07 19:00
7316: exactly the same scenario leads to the same leak.

Alexander Chernikov - 25 Nov 07 14:49
7571, 8030: fix confirmed.