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 <[email protected]>
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice