openGL-RPi-tutorial icon indicating copy to clipboard operation
openGL-RPi-tutorial copied to clipboard

Fix memory leak in tutorial02.cpp

Open daemacles opened this issue 8 years ago • 0 comments

There was a malloc() in the render loop that never got free()d. Caused out-of-memory after just a few seconds of running.

daemacles avatar Oct 05 '16 16:10 daemacles