[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - svtools/source
Michael Meeks
michael.meeks at collabora.com
Tue Jul 14 10:58:29 PDT 2015
svtools/source/uno/genericunodialog.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 0fb49c071f8f6b1569a8cf20f7fc598b098b1eb5
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Tue Jul 14 19:34:39 2015 +0200
tdf#91715: lock SolarMutex from dbaui::~ODatabaseAdministrationDialog()
Change-Id: I91b78ec3a19b6f09ae6e9ff723ebda41d656f2fc
(cherry picked from commit 0a7375e372ee9583d31d44a7cc7b6a21e6197bf1)
Signed-off-by: Michael Stahl <mstahl at redhat.com>
diff --git a/svtools/source/uno/genericunodialog.cxx b/svtools/source/uno/genericunodialog.cxx
index 4b7f82f..6cabb2b1 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();
}
More information about the Libreoffice-commits
mailing list