summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-03-21 22:42:43 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-03-21 22:42:43 +0100
commitf729d2d83034167db9727c2de2f4e5a32a7374d8 (patch)
treea564c5c27498170c740d5e2df4461f5047f92d21 /shell
parentd6e96d0a4e03bb722b9aa62ccd26b25c64c07a45 (diff)
Appease valgrind
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);
}
}