TINYGL: Free BlitImage memory on close.

This commit is contained in:
Vincent Pelletier 2016-07-17 14:28:06 +00:00
parent 97dc3881e0
commit db8cee2a69

View File

@ -237,6 +237,8 @@ void glInit(void *zbuffer1, int textureSize) {
void glClose() {
GLContext *c = gl_get_context();
Graphics::Internal::tglCleanupImages();
specbuf_cleanup(c);
for (int i = 0; i < 3; i++)
gl_free(c->matrix_stack[i]);