Re: Detecting memory leaks
Posted by
Sven Gothel on
URL: https://forum.jogamp.org/Detecting-memory-leaks-tp4031771p4031777.html
On 03/05/2014 01:14 PM, PJDM [via jogamp] wrote:
> I create and delete buffers on the fly. Sometimes I might miss deleting a
> buffer, so that buffer leaks. Rather than scanning through the debug output,
> I'd like JOGL to tell me what buffers are in use. Given that JOGL seems to be
> tracking that information, I prefer not to have to write the code to do my own
> tracking as well. I want to know when I've missed candidates for the bin.
Pls file a bug report 'enhancement'.
Yes, we can provide this information.
~Sven