mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
d3dxof: Fix data buffer deallocation on error.
This commit is contained in:
parent
ff6eccdabf
commit
497be4f83c
@ -1101,7 +1101,7 @@ static HRESULT WINAPI IDirectXFileEnumObjectImpl_GetNextDataObject(IDirectXFileE
|
||||
error:
|
||||
|
||||
HeapFree(GetProcessHeap(), 0, This->buf.pxo_tab);
|
||||
HeapFree(GetProcessHeap(), 0, This->buf.pxo->pdata);
|
||||
HeapFree(GetProcessHeap(), 0, This->buf.pdata);
|
||||
HeapFree(GetProcessHeap(), 0, pstrings);
|
||||
|
||||
return hr;
|
||||
|
Loading…
Reference in New Issue
Block a user