From f729d2d83034167db9727c2de2f4e5a32a7374d8 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Wed, 21 Mar 2012 22:42:43 +0100 Subject: Appease valgrind --- shell/source/win32/zipfile/zipfile.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'shell') 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); } } -- cgit