Explorar o código

Added missing SDL_Quit() in test program.

Philipp Wiesemann %!s(int64=10) %!d(string=hai) anos
pai
achega
eb57d75242
Modificáronse 1 ficheiros con 1 adicións e 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;
 }