# HG changeset patch # User Matti Hamalainen # Date 1349088140 -10800 # Node ID 7b97df6f8a97774f532a5a0af52801010c6c6e9f # Parent 182e5fac93f597a8e4eeb463b801c9ca1c90d049 Add jssClose() in the shutdown. diff -r 182e5fac93f5 -r 7b97df6f8a97 testpl.c --- 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; }