Commit 55604eb3 authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

ole32: Invalidate child streams when a non-top-level storage is freed.

parent a3cf7a4e
......@@ -3485,6 +3485,8 @@ static void StorageInternalImpl_Destroy( StorageBaseImpl *iface)
{
StorageInternalImpl* This = (StorageInternalImpl*) iface;
StorageBaseImpl_DeleteAll(&This->base);
HeapFree(GetProcessHeap(), 0, This);
}
......
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