Commit 05d2aa45 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

itss: Close chm file when destroying Storage.

parent f925e0c0
......@@ -296,6 +296,7 @@ static ULONG WINAPI ITSS_IStorageImpl_Release(
if (ref == 0)
{
chm_close(This->chmfile);
HeapFree(GetProcessHeap(), 0, This);
ITSS_UnlockModule();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment