summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-07-14 19:34:39 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-14 19:52:00 +0200
commit0fb49c071f8f6b1569a8cf20f7fc598b098b1eb5 (patch)
tree2412865efce7c1e7ce47ad571b23324e9b4d094d
parent4f0f8a5c6860bde571ab8babc6559cfd638d6c3d (diff)
tdf#91715: lock SolarMutex from dbaui::~ODatabaseAdministrationDialog()
Change-Id: I91b78ec3a19b6f09ae6e9ff723ebda41d656f2fc (cherry picked from commit 0a7375e372ee9583d31d44a7cc7b6a21e6197bf1) Signed-off-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r--svtools/source/uno/genericunodialog.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/uno/genericunodialog.cxx b/svtools/source/uno/genericunodialog.cxx
index 4b7f82f3d753..6cabb2b1ec96 100644
--- a/svtools/source/uno/genericunodialog.cxx
+++ b/svtools/source/uno/genericunodialog.cxx
@@ -313,6 +313,7 @@ void SAL_CALL OGenericUnoDialog::initialize( const Sequence< Any >& aArguments )
void OGenericUnoDialog::destroyDialog()
{
+ SolarMutexGuard aSolarGuard;
m_pDialog.disposeAndClear();
}