Commit a49838f2 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

mshtml: Free wine_get_dos_file_name memory with HeapFree.

parent 48921844
......@@ -763,7 +763,7 @@ static WCHAR *find_wine_gecko_unix(const char *unix_path)
ret = check_version(dos_dir);
free(dos_dir);
HeapFree(GetProcessHeap(), 0, dos_dir);
return ret;
}
......
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