0
0
mirror of https://github.com/vim/vim.git synced 2025-10-28 09:27:14 -04:00

updated for version 7.2-036

This commit is contained in:
Bram Moolenaar
2008-11-12 12:36:30 +00:00
parent 5a22181f59
commit 12806c8844
6 changed files with 21 additions and 14 deletions

View File

@@ -129,7 +129,8 @@ WinMain(
errout:
#endif
free(argv);
free(tofree);
if (tofree != NULL)
free(tofree);
#ifdef FEAT_MBYTE
free_cmd_argsW();
#endif