Kaydet (Commit) de7018f7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Missing delete

Change-Id: I8ba75fcd2f98a49fe9d620af6b248f32911d7fe8
üst e20df218
...@@ -167,6 +167,7 @@ void ControllerItem::RequestUpdate() ...@@ -167,6 +167,7 @@ void ControllerItem::RequestUpdate()
SfxPoolItem* pState = nullptr; SfxPoolItem* pState = nullptr;
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