Explorar el Código

Added missing SDL_Quit() in test program.

Philipp Wiesemann hace 10 años
padre
commit
eb57d75242
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      test/testdrawchessboard.c

+ 1 - 0
test/testdrawchessboard.c

@@ -129,6 +129,7 @@ main(int argc, char *argv[])
 	}
 #endif
 
+    SDL_Quit();
 	return 0;
 }