mirror of https://github.com/encounter/SDL.git
Changed clean-up order in test program.
This commit is contained in:
parent
39d27a6380
commit
b00214c3d6
|
@ -175,8 +175,8 @@ main(int argc, char *argv[])
|
|||
#endif
|
||||
|
||||
/* Clean up on signal */
|
||||
SDL_Quit();
|
||||
SDL_FreeWAV(sound);
|
||||
SDL_Quit();
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue