1 Replies Last post: Jun 3, 2008 5:09 PM by Alexander Chernikov  
M. J. Milicevic Apprentice 688 posts since
Aug 22, 2002
Currently Being Moderated

Jun 3, 2008 12:08 AM

Open API, memory leak warning

while debugging a plugin:

 

***********************************************************************************************

      •                        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.openapi.options.ex.ExplorerSettingsEditor@82d2f9 of class class com.intellij.openapi.ui.DialogWrapper$1

      •                                                                                ***

 

Alexander Chernikov JetBrains 566 posts since
Jan 11, 2007
Currently Being Moderated
Jun 3, 2008 5:09 PM in response to: M. J. Milicevic
Re: Open API, memory leak warning

Hello M. J. Milicevic,

 

while debugging a plugin:

 

**********************************************************************

*************************

      •                        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.openapi.options.ex.ExplorerSettingsEditor@82d2f9 of

class class com.intellij.openapi.ui.DialogWrapper$1

***

***

**********************************************************************

 

 

Look like http://www.jetbrains.net/jira/browse/IDEADEV-22164, but with different

scenario.

 

Alexander.

 

 

 

More Like This

  • Retrieving data ...