Kaynağa Gözat

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

Ryan C. Gordon 6 yıl önce
ebeveyn
işleme
50fd0dd143
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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);
 }