Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Verified
Assignee
Anna Kozlova
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Alexander Chernikov
    4 years ago (10 Sep 2007 20:33)
  • Updated by   root
    2 years ago (17 Jan 2010 20:52)
  • Jira: IDEADEV-20899
    (history, comments)
 
IDEA-40837 Memory leak: MobileDefaultApiEditor is not disposed after pressing Apply in Project structure dialog
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
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
*** ***
***********************************************************************************************

Issue was closed
Comments (2)
 
History
 
Linked Issues (?)
 
Alexander Chernikov
  Alexander Chernikov
30 Sep 2007 20:00
4 years ago
7316: exactly the same scenario leads to the same leak.
Alexander Chernikov
  Alexander Chernikov
25 Nov 2007 15:49
4 years ago
7571, 8030: fix confirmed.