Skip to content

Commit

Permalink
Changed clean-up order in test program.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 21, 2015
1 parent 39d27a6 commit b00214c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testaudiohotplug.c
Expand Up @@ -175,8 +175,8 @@ main(int argc, char *argv[])
#endif

/* Clean up on signal */
SDL_Quit();
SDL_FreeWAV(sound);
SDL_Quit();
return (0);
}

Expand Down

0 comments on commit b00214c

Please sign in to comment.