From a7a4d8c86413b7f2d0b58727f998aa125eab20d5 Mon Sep 17 00:00:00 2001 From: waltje Date: Wed, 29 Nov 2017 02:53:15 -0500 Subject: [PATCH] Quickfix for XP crash. DO NOT CHANGE. --- src/win/win.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/win/win.c b/src/win/win.c index 751e7d625..cba44c5ec 100644 --- a/src/win/win.c +++ b/src/win/win.c @@ -311,8 +311,11 @@ WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpszArg, int nCmdShow) /* Cleanup: we no longer need the commandline arguments. */ if (! force_debug) CreateConsole(0); +#if 0 + //QUICKFIX, DO NOT CHANGE --FvK free(argw[0]); free(argw); +#endif /* Handle our GUI. */ i = ui_init(nCmdShow);