diff --git a/src/hexgame.cpp b/src/hexgame.cpp index 8c30069..363575f 100644 --- a/src/hexgame.cpp +++ b/src/hexgame.cpp @@ -266,9 +266,7 @@ processSDLEvents() bool cleanUp(SDL_Handles &handles) { -#if 0 - shutdownGooey(); -#endif + gooFree(); renFreeBuffers(g_render_state); // renderer.h for (SDL_Surface *surface : handles.texSurfaces) SDL_FreeSurface(surface);