Fixed another resource leak in win/win.c.
This commit is contained in:
@@ -336,6 +336,9 @@ ProcessCommandLine(wchar_t ***argw)
|
|||||||
args[argc] = NULL;
|
args[argc] = NULL;
|
||||||
*argw = args;
|
*argw = args;
|
||||||
|
|
||||||
|
if (argbuf != NULL)
|
||||||
|
free(argbuf);
|
||||||
|
|
||||||
return(argc);
|
return(argc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user