summaryrefslogtreecommitdiff
path: root/vcl/inc/idlemgr.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-08-25 22:15:09 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-08-26 13:34:05 +0200
commit6b50f11fafad9b934bef24259ebf90fbfb1d0a30 (patch)
tree10fc89c1e2fb6eda30753adfa51da03ddc034239 /vcl/inc/idlemgr.hxx
parentf6c0803e9984e716f5ba86a0271ecad7e0ed61d8 (diff)
fix nasty memory leak on shutdown
This makes the output of Lsan so much more useful. Change-Id: I6c7624d4f6f767454c125c00ce037f5d2ec3cd61
Diffstat (limited to 'vcl/inc/idlemgr.hxx')
-rw-r--r--vcl/inc/idlemgr.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/idlemgr.hxx b/vcl/inc/idlemgr.hxx
index 02fc85ec0985..4e0a6396b8cf 100644
--- a/vcl/inc/idlemgr.hxx
+++ b/vcl/inc/idlemgr.hxx
@@ -31,6 +31,7 @@ class ImplIdleMgr
private:
ImplIdleList* mpIdleList;
AutoTimer maTimer;
+ bool mbInDestruction;
public:
ImplIdleMgr();