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@yahoo.fr>
Context
- [PATCH] coverity#705734: Resource leak · Julien Nabet (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.