Commit a40bca88 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

mshtml: Fix a memory leak (Coverity).

parent 91ed2a81
......@@ -481,6 +481,7 @@ static void set_environment(LPCWSTR gre_path)
strcpyW(path+len, gre_path);
SetEnvironmentVariableW(pathW, path);
}
heap_free(path);
}
static BOOL load_xul(const PRUnichar *gre_path)
......
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