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:
@@ -129,7 +129,8 @@ WinMain(
|
||||
errout:
|
||||
#endif
|
||||
free(argv);
|
||||
free(tofree);
|
||||
if (tofree != NULL)
|
||||
free(tofree);
|
||||
#ifdef FEAT_MBYTE
|
||||
free_cmd_argsW();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user