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

RemoveEventListener on self again

...as otherwise base class ~Window would call into WindowEventListener with
this no longer a SwSidebarWin.

Change-Id: Icfe942eef9a0adb58a59397b4f41514e0c696543
üst f31424e6
...@@ -185,6 +185,8 @@ SwSidebarWin::~SwSidebarWin() ...@@ -185,6 +185,8 @@ SwSidebarWin::~SwSidebarWin()
mpVScrollbar = 0; mpVScrollbar = 0;
} }
RemoveEventListener( LINK( this, SwSidebarWin, WindowEventListener ) );
AnchorOverlayObject::DestroyAnchorOverlayObject( mpAnchor ); AnchorOverlayObject::DestroyAnchorOverlayObject( mpAnchor );
mpAnchor = NULL; mpAnchor = NULL;
......
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