diff testpl.c @ 69:7b97df6f8a97

Add jssClose() in the shutdown.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Oct 2012 13:42:20 +0300
parents b51c7fc264ab
children c6cdaa675801
line wrap: on
line diff
--- a/testpl.c	Mon Oct 01 13:42:06 2012 +0300
+++ b/testpl.c	Mon Oct 01 13:42:20 2012 +0300
@@ -243,5 +243,7 @@
 
     SDL_Quit();
 
+    jssClose();
+
     return 0;
 }