Why does GC not clear the Dialog references?

Posted by Pavel on Stack Overflow See other posts from Stack Overflow or by Pavel
Published on 2010-04-01T07:29:05Z Indexed on 2010/04/01 7:33 UTC
Read the original article Hit count: 244

Filed under:
|
|
|
|

I have a dialog. Every time I create it and then dispose, it stays in memory.

It seems to be a memory leak somewhere, but I can't figure it out. Do you have any ideas? See the screenshot of heap dump for more information.

Thanks in advance.

http://img441.imageshack.us/img441/5764/leak.png

© Stack Overflow or respective owner

Related posts about java

Related posts about swing