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

Julien Nabet serval2412 at yahoo.fr
Thu Mar 14 23:16:02 PDT 2013


 sw/source/ui/dochdl/swdtflvr.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b1231b5ed214d449347d69bc3d29616377655d20
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Fri Mar 15 07:13:30 2013 +0100

    coverity#705760: Resource leak
    
    Change-Id: I56c9c8307d6e5c3d119b9c894ef5122f448ef3f7

diff --git a/sw/source/ui/dochdl/swdtflvr.cxx b/sw/source/ui/dochdl/swdtflvr.cxx
index 92d7a97..2c0b4d4 100644
--- a/sw/source/ui/dochdl/swdtflvr.cxx
+++ b/sw/source/ui/dochdl/swdtflvr.cxx
@@ -2540,6 +2540,7 @@ int SwTransferable::_PasteDBData( TransferableDataHelper& rData,
             delete pCommandItem;
             delete pCommandTypeItem;
             delete pColumnNameItem;
+            delete pSelectionItem;
             delete pCursorItem;
         }
         else


More information about the Libreoffice-commits mailing list