[PATCH] coverity#705734: Resource leak

Julien Nabet (via Code Review) gerrit at gerrit.libreoffice.org
Tue Mar 12 13:49:04 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/2689

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/89/2689/1

coverity#705734: Resource leak

Change-Id: I04eba87de232958650c649c6ec18acb6b699b0ff
---
M svx/source/xml/xmlxtexp.cxx
1 file changed, 1 insertion(+), 0 deletions(-)



diff --git a/svx/source/xml/xmlxtexp.cxx b/svx/source/xml/xmlxtexp.cxx
index 36de147..86547ec 100644
--- a/svx/source/xml/xmlxtexp.cxx
+++ b/svx/source/xml/xmlxtexp.cxx
@@ -407,6 +407,7 @@
                 aAny = mxTable->getByName( *pNames );
                 pExporter->exportEntry( *pNames, aAny );
             }
+            delete(pExporter);
 
             bRet = true;
         }

-- 
To view, visit https://gerrit.libreoffice.org/2689
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I04eba87de232958650c649c6ec18acb6b699b0ff
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Julien Nabet <serval2412 at yahoo.fr>



More information about the LibreOffice mailing list