Change-Id: I7c98360de8f476ddb5e9eaa9c3c7e8bf0f5cdc2e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139788
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2022-09-12 10:32:02 +02:00
committed by Julien Nabet
parent f7a837dedc
commit b9c37f62bf

View File

@@ -595,7 +595,7 @@ namespace
// Workaround it here to avoid crash in smart COM pointer destructor that
// would try to release already released object. Since we don't know if
// the bug appears each time STG_E_FILENOTFOUND is returned, this might
// potentially leak the storge object.
// potentially leak the storage object.
if (pIStorage)
pIStorage->AddRef();