Added missing SDL_Quit() in test program.

This commit is contained in:
Philipp Wiesemann
2015-08-09 20:01:01 +02:00
parent 06cd49bcdc
commit 16c3694035

View File

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