How to clean/displose a JCanvas and avoid Out-Of-Memory
Posted by Andreas on Jan 23, 2013; 11:44am
URL: https://forum.jogamp.org/How-to-clean-displose-a-JCanvas-and-avoid-Out-Of-Memory-tp4027996.html
Hi,
I'm still developing a Netbeans Platform application. I'm having a problem with a memory leak if I use a JCanvas3D inside a TopComponent. If I open and close the TopComponent many times (depending on the heapsize) I run into OutOfMemory (to many int[] from the created BufferedImage of the JCanvas3D). Is there something that I forgott to do to completely destroy a JCanvas3D including the BufferedImage an DataMemoryInt stuff.
Andreas