Kaydet (Commit) 0fb49c07 authored tarafından Michael Meeks's avatar Michael Meeks Kaydeden (comit) Michael Stahl

tdf#91715: lock SolarMutex from dbaui::~ODatabaseAdministrationDialog()

Change-Id: I91b78ec3a19b6f09ae6e9ff723ebda41d656f2fc
(cherry picked from commit 0a7375e3)
Signed-off-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 4f0f8a5c
...@@ -313,6 +313,7 @@ void SAL_CALL OGenericUnoDialog::initialize( const Sequence< Any >& aArguments ) ...@@ -313,6 +313,7 @@ void SAL_CALL OGenericUnoDialog::initialize( const Sequence< Any >& aArguments )
void OGenericUnoDialog::destroyDialog() void OGenericUnoDialog::destroyDialog()
{ {
SolarMutexGuard aSolarGuard;
m_pDialog.disposeAndClear(); m_pDialog.disposeAndClear();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment