summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/source/zippackage/ZipPackageStream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/zippackage/ZipPackageStream.cxx b/package/source/zippackage/ZipPackageStream.cxx
index b63bf24eaf4f..cf1567983d8e 100644
--- a/package/source/zippackage/ZipPackageStream.cxx
+++ b/package/source/zippackage/ZipPackageStream.cxx
@@ -657,7 +657,7 @@ bool ZipPackageStream::saveChild(
ZipOutputStream::setEntry(pTempEntry);
rZipOut.writeLOC(pTempEntry);
- // the entry is provided to the ZipOutputStream that will delete it
+ // coverity[leaked_storage] - the entry is provided to the ZipOutputStream that will delete it
pAutoTempEntry.release();
uno::Sequence < sal_Int8 > aSeq ( n_ConstBufferSize );