[Libreoffice-commits] core.git: sc/source

Markus Mohrhard markus.mohrhard at googlemail.com
Sat May 10 09:16:26 PDT 2014


 sc/source/filter/xml/xmldpimp.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a647ff1f9297d272edd179c08799c0fe5d368c62
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sat May 10 17:47:01 2014 +0200

    Lsan: fix memory leak

diff --git a/sc/source/filter/xml/xmldpimp.cxx b/sc/source/filter/xml/xmldpimp.cxx
index a7d8c16..1714256 100644
--- a/sc/source/filter/xml/xmldpimp.cxx
+++ b/sc/source/filter/xml/xmldpimp.cxx
@@ -1471,6 +1471,7 @@ ScXMLDataPilotSubTotalsContext::ScXMLDataPilotSubTotalsContext( ScXMLImport& rIm
 
 ScXMLDataPilotSubTotalsContext::~ScXMLDataPilotSubTotalsContext()
 {
+    delete pFunctions;
 }
 
 SvXMLImportContext *ScXMLDataPilotSubTotalsContext::CreateChildContext( sal_uInt16 nPrefix,


More information about the Libreoffice-commits mailing list