Changed clean-up order in test program.

Philipp Wiesemann 2015-05-21 21:25:32 +02:00
parent 39d27a6380
commit b00214c3d6
1 changed files with 1 additions and 1 deletions

View File

@ -175,8 +175,8 @@ main(int argc, char *argv[])
#endif #endif
/* Clean up on signal */ /* Clean up on signal */
SDL_Quit();
SDL_FreeWAV(sound); SDL_FreeWAV(sound);
SDL_Quit();
return (0); return (0);
} }