[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sfx2/source

Stephan Bergmann sbergman at redhat.com
Tue Dec 8 06:24:30 PST 2015


 sfx2/source/sidebar/ControllerItem.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2ecbb6a54b08a20639de560e5fd77d9a487f74e3
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Dec 8 11:47:52 2015 +0100

    Missing delete
    
    Change-Id: I8ba75fcd2f98a49fe9d620af6b248f32911d7fe8
    (cherry picked from commit de7018f755af0b2372c0e261f53d57de6cf77c38)
    Reviewed-on: https://gerrit.libreoffice.org/20464
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sfx2/source/sidebar/ControllerItem.cxx b/sfx2/source/sidebar/ControllerItem.cxx
index 22dd244..87d5039 100644
--- a/sfx2/source/sidebar/ControllerItem.cxx
+++ b/sfx2/source/sidebar/ControllerItem.cxx
@@ -166,6 +166,7 @@ void ControllerItem::RequestUpdate()
     SfxPoolItem* pState = NULL;
     const SfxItemState eState (GetBindings().QueryState(GetId(), pState));
     mrItemUpdateReceiver.NotifyItemUpdate(GetId(), eState, pState, IsEnabled(eState));
+    delete pState;
 }
 
 void ControllerItem::NotifyFrameContextChange()


More information about the Libreoffice-commits mailing list