0
0
mirror of https://github.com/vim/vim.git synced 2025-11-13 22:54:27 -05: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

@@ -121,7 +121,8 @@ WinMain(
pmain(argc, argv);
free(argv);
free(tofree);
if (tofree != NULL)
free(tofree);
return 0;
}