Changed clean-up order in test program.
1.1 --- a/test/testaudiohotplug.c Thu May 21 21:25:14 2015 +0200
1.2 +++ b/test/testaudiohotplug.c Thu May 21 21:25:32 2015 +0200
1.3 @@ -175,8 +175,8 @@
1.4 #endif
1.5
1.6 /* Clean up on signal */
1.7 + SDL_FreeWAV(sound);
1.8 SDL_Quit();
1.9 - SDL_FreeWAV(sound);
1.10 return (0);
1.11 }
1.12