Fixed win/win.c to not NULL-check that which is not NULL.
This commit is contained in:
@@ -336,8 +336,7 @@ ProcessCommandLine(wchar_t ***argw)
|
|||||||
args[argc] = NULL;
|
args[argc] = NULL;
|
||||||
*argw = args;
|
*argw = args;
|
||||||
|
|
||||||
if (argbuf != NULL)
|
free(argbuf);
|
||||||
free(argbuf);
|
|
||||||
|
|
||||||
return(argc);
|
return(argc);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user