Explorar o código

test: testspriteminimal wasn't calling SDL_Quit() on exit.

Ryan C. Gordon %!s(int64=6) %!d(string=hai) anos
pai
achega
50fd0dd143
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      test/testspriteminimal.c

+ 1 - 0
test/testspriteminimal.c

@@ -38,6 +38,7 @@ int done;
 static void
 static void
 quit(int rc)
 quit(int rc)
 {
 {
+    SDL_Quit();
     exit(rc);
     exit(rc);
 }
 }