mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-13 13:25:59 +00:00
Changed clean-up order in test program.
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user