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