Added missing call to SDL_stack_free().

This commit is contained in:
Philipp Wiesemann 2013-07-06 15:56:06 +02:00
parent 2015d5faa6
commit a9558933a9

View file

@ -176,6 +176,8 @@ WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR szCmdLine, int sw)
/* Run the main program */
console_main(argc, argv);
SDL_stack_free(argv);
SDL_free(cmdline);
/* Hush little compiler, don't you cry... */