Przeglądaj źródła

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

Ryan C. Gordon 5 lat temu
rodzic
commit
50fd0dd143
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      test/testspriteminimal.c

+ 1 - 0
test/testspriteminimal.c

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