wineconsole: Free registry key name (valgrind).
This commit is contained in:
parent
78eac8156e
commit
421d3cd9e8
|
@ -519,6 +519,7 @@ static void WINECON_Delete(struct inner_data* data)
|
|||
if (data->hConIn) CloseHandle(data->hConIn);
|
||||
if (data->hConOut) CloseHandle(data->hConOut);
|
||||
if (data->hSynchro) CloseHandle(data->hSynchro);
|
||||
HeapFree(GetProcessHeap(), 0, data->curcfg.registry);
|
||||
HeapFree(GetProcessHeap(), 0, data->cells);
|
||||
HeapFree(GetProcessHeap(), 0, data);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue