[Libreoffice-commits] core.git: vcl/source
Michael Meeks
michael.meeks at collabora.com
Thu May 7 13:24:27 PDT 2015
vcl/source/window/floatwin.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 03e3d888fff9301b8d22484e8b626d6cc0af9127
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Thu May 7 21:29:24 2015 +0100
tdf#91073 - hold a reference on the floatwin in UserEvent handler.
Change-Id: I6f8b8681643448d2b335c9f16d63a75cbd43f854
diff --git a/vcl/source/window/floatwin.cxx b/vcl/source/window/floatwin.cxx
index d2a7a90..1060021 100644
--- a/vcl/source/window/floatwin.cxx
+++ b/vcl/source/window/floatwin.cxx
@@ -524,6 +524,7 @@ bool FloatingWindow::ImplIsFloatPopupModeWindow( const vcl::Window* pWindow )
IMPL_LINK_NOARG(FloatingWindow, ImplEndPopupModeHdl)
{
+ VclPtr<FloatingWindow> pThis(this);
mnPostId = 0;
mnPopupModeFlags = 0;
mbPopupMode = false;
More information about the Libreoffice-commits
mailing list