Skip to content

Commit

Permalink
Windows: Added a FIXME.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 20, 2015
1 parent 674eb55 commit 33b9d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/windows/SDL_windows_main.c
Expand Up @@ -150,6 +150,7 @@ console_wmain(int argc, wchar_t *wargv[], wchar_t *wenvp)

retval = main_utf8(argc, argv);

/* !!! FIXME: we are leaking all the elements of argv we allocated. */
SDL_stack_free(argv);

return retval;
Expand Down

0 comments on commit 33b9d9a

Please sign in to comment.