mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
winecfg: Remove incorrect HeapFree (Coverity).
This commit is contained in:
parent
c67e48b9fa
commit
73d00515fe
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user