Commit 73d00515 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

winecfg: Remove incorrect HeapFree (Coverity).

parent c67e48b9
......@@ -503,7 +503,6 @@ static WCHAR **enumerate_valuesW(HKEY root, WCHAR *path)
if (removed) /* this value was deleted by the user, so don't include it */
{
HeapFree(GetProcessHeap(), 0, name);
i++;
continue;
}
......
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