summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/zipfile/zipfile.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/source/win32/zipfile/zipfile.cxx b/shell/source/win32/zipfile/zipfile.cxx
index 1154e54992d6..452c17a3d83e 100644
--- a/shell/source/win32/zipfile/zipfile.cxx
+++ b/shell/source/win32/zipfile/zipfile.cxx
@@ -487,6 +487,7 @@ void ZipFile::GetUncompressedContent(
ContentBuffer.clear();
return;
}
+ (void)inflateEnd(&strm);
}
}
datamodel.cxx?id=566d6accfc443915e6f741e5cb7b8cf244dd7c8b'>clang-tidy modernize-pass-by-value in toolkitNoel Grandin 2022-05-03Use o3tl::make_unsigned in some placesStephan Bergmann 2021-08-19toolkit: fix deadlock in MutableTreeNodeMichael Stahl 2021-08-04inline some typedefsNoel Grandin 2021-08-04getReference is unnecessaryNoel Grandin 2021-08-04osl::Mutex->std::mutex in MutableTreeNodeNoel Grandin 2021-02-17loplugin:referencecasting in test..toolkitNoel 2020-08-04loplugin:flatten in toolkitNoel Grandin 2019-09-18tdf#42949 Fix IWYU warnings in toolkit/Gabor Kelemen 2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): toolkitStephan Bergmann 2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin 2018-10-24Simplify containers iterations in test..toolsArkadiy Illarionov 2018-01-12More loplugin:cstylecast: toolkitStephan Bergmann 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-02-06Add missing #includesStephan Bergmann 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-12-01loplugin:unnecessaryoverride (dtors) in toolkitStephan Bergmann 2016-10-26loplugin:expandablemethods in toolkit..toolsNoel Grandin 2016-09-30loplugin:constantparamNoel Grandin 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-09-07loplugin:constantparam in framework..vbahelperNoel Grandin 2016-04-01tdf#97966 Drop 'static' keywordsWastack 2015-11-15use initialiser for Sequence<OUString>Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-09com::sun::star->css in toolkit/Noel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-04-01loplugin:staticfunctionNoel Grandin 2014-12-08fdo#38835 strip out OUString globalsNoel Grandin 2014-11-05fdo#38835 strip out OUString globalsNoel Grandin