Added missing SDL_Quit() in test program.

This commit is contained in:
Philipp Wiesemann 2015-08-09 20:01:01 +02:00
parent 3362c9f196
commit eb57d75242

View file

@ -129,6 +129,7 @@ main(int argc, char *argv[])
}
#endif
SDL_Quit();
return 0;
}