openGL-RPi-tutorial
openGL-RPi-tutorial copied to clipboard
Fix memory leak in tutorial02.cpp
There was a malloc() in the render loop that never got free()d. Caused out-of-memory after just a few seconds of running.