comparison 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
comparison
equal deleted inserted replaced
68:182e5fac93f5 69:7b97df6f8a97
241 jssFreeModule(mod); 241 jssFreeModule(mod);
242 SDL_UnlockAudio(); 242 SDL_UnlockAudio();
243 243
244 SDL_Quit(); 244 SDL_Quit();
245 245
246 jssClose();
247
246 return 0; 248 return 0;
247 } 249 }