mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
itss: Close chm file when destroying Storage.
This commit is contained in:
parent
f925e0c0d1
commit
05d2aa4506
@ -296,6 +296,7 @@ static ULONG WINAPI ITSS_IStorageImpl_Release(
|
||||
|
||||
if (ref == 0)
|
||||
{
|
||||
chm_close(This->chmfile);
|
||||
HeapFree(GetProcessHeap(), 0, This);
|
||||
ITSS_UnlockModule();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user