Login  Register

Re: Memory leak

Posted by Tomd on Oct 22, 2011; 11:40am
URL: https://forum.jogamp.org/Memory-leak-tp3441326p3443429.html

It isn't technically a memory leak. It is unexpected behaviour which might cause the program to fail by running out of memory. Memory leak seems close enough to use as a summary.

There is no suggestion here that the memory leak is in JOGL, I just thought I might be doing something wrong, failing to dispose or close something, and somebody who knows how the buffers are used might recognise the problem.

There don't seem to be a lot of examples of GLPbuffer, but I can't see any other way of creating large images. Is there a better way with JOGL 2?