Quickfix for XP crash. DO NOT CHANGE.
This commit is contained in:
@@ -311,8 +311,11 @@ WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpszArg, int nCmdShow)
|
|||||||
/* Cleanup: we no longer need the commandline arguments. */
|
/* Cleanup: we no longer need the commandline arguments. */
|
||||||
if (! force_debug)
|
if (! force_debug)
|
||||||
CreateConsole(0);
|
CreateConsole(0);
|
||||||
|
#if 0
|
||||||
|
//QUICKFIX, DO NOT CHANGE --FvK
|
||||||
free(argw[0]);
|
free(argw[0]);
|
||||||
free(argw);
|
free(argw);
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Handle our GUI. */
|
/* Handle our GUI. */
|
||||||
i = ui_init(nCmdShow);
|
i = ui_init(nCmdShow);
|
||||||
|
Reference in New Issue
Block a user