summaryrefslogtreecommitdiff
path: root/vcl/source/app/svmain.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-24 15:42:42 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-24 15:44:45 +0100
commit561539e2a6b2d95bdd372462034642fbf2c72f14 (patch)
tree5f289642a0ec10cf37038a4c2cd63cab534fefea /vcl/source/app/svmain.cxx
parent87a1e49b5e16bbb8226286852300c5e20c000513 (diff)
fdo#76179: deleting mpDefaultWin causes a DBG_TESTSOLARMUTEX
...so deinit support for that only afterwards Change-Id: I89b8014bd26aecd9da67eaddc4a8facc620bf16e
Diffstat (limited to 'vcl/source/app/svmain.cxx')
-rw-r--r--vcl/source/app/svmain.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx
index 3047488f4748..9e1aeb8397e0 100644
--- a/vcl/source/app/svmain.cxx
+++ b/vcl/source/app/svmain.cxx
@@ -453,6 +453,8 @@ void DeInitVCL()
pSVData->mpDefaultWin = NULL;
}
+ DBGGUI_DEINIT_SOLARMUTEXCHECK();
+
if ( pSVData->mpUnoWrapper )
{
try