[Libreoffice-commits] .: shell/source

Fridrich Strba fridrich at kemper.freedesktop.org
Wed Mar 21 14:43:00 PDT 2012


 shell/source/win32/zipfile/zipfile.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f729d2d83034167db9727c2de2f4e5a32a7374d8
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Wed Mar 21 22:42:43 2012 +0100

    Appease valgrind

diff --git a/shell/source/win32/zipfile/zipfile.cxx b/shell/source/win32/zipfile/zipfile.cxx
index 1154e54..452c17a 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);
     }
 }
 


More information about the Libreoffice-commits mailing list