Browse Source

Added missing SDL_Quit() in test program.

Philipp Wiesemann 10 years ago
parent
commit
eb57d75242
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/testdrawchessboard.c

+ 1 - 0
test/testdrawchessboard.c

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