Commit 2c405c74 authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

mscoree: Use LocalFree for memory allocated by LocalAlloc.

parent 28d572aa
......@@ -1093,7 +1093,7 @@ static void get_utf8_args(int *argc, char ***argv)
(*argv)[*argc] = NULL;
HeapFree(GetProcessHeap(), 0, argvw);
LocalFree(argvw);
}
#if __i386__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment