Skip to content

Commit

Permalink
Merge pull request #17 from zach2good/master
Browse files Browse the repository at this point in the history
Missing SDL2 cleanups #15
  • Loading branch information
cxong committed Oct 21, 2015
2 parents 16146ce + 0a982bc commit 8d69f73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,5 +229,7 @@ void Finalize()
TTF_CloseFont(hsFont);
HighScoresFree();
InputFree();
SDL_DestroyRenderer(Renderer);
SDL_DestroyWindow(Window);
SDL_Quit();
}

0 comments on commit 8d69f73

Please sign in to comment.