Fix a memory leak in the ole storage implementation.
This commit is contained in:
parent
16df50efbe
commit
809cf354e4
|
@ -2379,7 +2379,7 @@ void StorageImpl_Destroy(StorageBaseImpl* iface)
|
||||||
BlockChainStream_Destroy(This->smallBlockDepotChain);
|
BlockChainStream_Destroy(This->smallBlockDepotChain);
|
||||||
|
|
||||||
BIGBLOCKFILE_Destructor(This->bigBlockFile);
|
BIGBLOCKFILE_Destructor(This->bigBlockFile);
|
||||||
return;
|
HeapFree(GetProcessHeap(), 0, This);
|
||||||
}
|
}
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
|
Loading…
Reference in New Issue