Index: misc/win32/start.c
===================================================================
--- misc/win32/start.c  (revision 582662)
+++ misc/win32/start.c  (working copy)
@@ -124,7 +124,7 @@
             wstrs = CommandLineToArgvW(sysstr, &wstrc);
             if (wstrs) {
                 *argc = apr_wastrtoastr(argv, wstrs, wstrc);
-                GlobalFree(wstrs);
+                LocalFree(wstrs);
             }
         }

  • bugfix Christoph von Wittich

Reply via email to