winecfg: Remove incorrect HeapFree (Coverity).

This commit is contained in:
Marcus Meissner 2012-09-10 09:38:32 +02:00 committed by Alexandre Julliard
parent c67e48b9fa
commit 73d00515fe
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}