Kaydet (Commit) 182b1d78 authored tarafından Stephan Bergmann's avatar Stephan Bergmann Kaydeden (comit) Andras Timar

Missing delete

Change-Id: I8ba75fcd2f98a49fe9d620af6b248f32911d7fe8
(cherry picked from commit de7018f7)
Reviewed-on: https://gerrit.libreoffice.org/20464Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
(cherry picked from commit 2ecbb6a5)
üst 5020f769
...@@ -166,6 +166,7 @@ void ControllerItem::RequestUpdate() ...@@ -166,6 +166,7 @@ void ControllerItem::RequestUpdate()
SfxPoolItem* pState = NULL; SfxPoolItem* pState = NULL;
const SfxItemState eState (GetBindings().QueryState(GetId(), pState)); const SfxItemState eState (GetBindings().QueryState(GetId(), pState));
mrItemUpdateReceiver.NotifyItemUpdate(GetId(), eState, pState, IsEnabled(eState)); mrItemUpdateReceiver.NotifyItemUpdate(GetId(), eState, pState, IsEnabled(eState));
delete pState;
} }
void ControllerItem::NotifyFrameContextChange() void ControllerItem::NotifyFrameContextChange()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment