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

New commits:
commit 2ecbb6a54b08a20639de560e5fd77d9a487f74e3
Author: Stephan Bergmann <sberg...@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 <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@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()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to