From b00214c3d6b59de56a3f65ae96e391ac48c2931d Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Thu, 21 May 2015 21:25:32 +0200 Subject: [PATCH] Changed clean-up order in test program. --- test/testaudiohotplug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testaudiohotplug.c b/test/testaudiohotplug.c index 6c3d88cd1655a..bf5c09ec9d465 100644 --- a/test/testaudiohotplug.c +++ b/test/testaudiohotplug.c @@ -175,8 +175,8 @@ main(int argc, char *argv[]) #endif /* Clean up on signal */ - SDL_Quit(); SDL_FreeWAV(sound); + SDL_Quit(); return (0); }