Changed clean-up order in test program.
parent
39d27a6380
commit
b00214c3d6
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue