summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-05-06 20:43:06 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-05-07 09:45:08 +0100
commit207b0799d9b5b7029ccde23787f55e6efc2df2aa (patch)
treeefc38be41c566b22d1174679fdc425583f0bd536 /vcl
parentca0bf47a14fc57c0c38915ad4a5a0ebfa0219295 (diff)
tdf#91073 - keep the popup pointer around while we operate on it.
Change-Id: I33767036847aed3d5c7ee4a7d13e81590e46b65b
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/floatwin.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/window/floatwin.cxx b/vcl/source/window/floatwin.cxx
index 0d6ef0d9cc12..f7892c588ad7 100644
--- a/vcl/source/window/floatwin.cxx
+++ b/vcl/source/window/floatwin.cxx
@@ -186,6 +186,7 @@ void FloatingWindow::doDeferredInit(WinBits nBits)
FloatingWindow::~FloatingWindow()
{
disposeOnce();
+ assert (!mnPostId);
}
void FloatingWindow::dispose()