changeset 69:7b97df6f8a97

Add jssClose() in the shutdown.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Oct 2012 13:42:20 +0300
parents 182e5fac93f5
children a791146e3094
files testpl.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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;
 }