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

Caolán McNamara caolanm at redhat.com
Mon Oct 12 03:46:04 PDT 2015


 svx/source/svdraw/svdmodel.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit bbadb38539eb233ac45b267034066a7274181c65
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Oct 12 11:45:01 2015 +0100

    valgrind: fix leak
    
    Change-Id: I99ebee5015110144ea00415273b84fd2fc9ad2ba

diff --git a/svx/source/svdraw/svdmodel.cxx b/svx/source/svdraw/svdmodel.cxx
index 6762b07..81935db 100644
--- a/svx/source/svdraw/svdmodel.cxx
+++ b/svx/source/svdraw/svdmodel.cxx
@@ -284,6 +284,7 @@ SdrModel::~SdrModel()
 
     delete pLayerAdmin;
 
+    delete pTextChain;
     // Delete DrawOutliner only after deleting ItemPool, because ItemPool
     // references Items of the DrawOutliner!
     delete pChainingOutliner;


More information about the Libreoffice-commits mailing list