Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added missing SDL_Quit() in test program.
  • Loading branch information
philippwiesemann committed Aug 9, 2015
1 parent 3362c9f commit eb57d75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testdrawchessboard.c
Expand Up @@ -129,6 +129,7 @@ main(int argc, char *argv[])
}
#endif

SDL_Quit();
return 0;
}

0 comments on commit eb57d75

Please sign in to comment.