svtools/source/uno/genericunodialog.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 0fb49c071f8f6b1569a8cf20f7fc598b098b1eb5 Author: Michael Meeks <michael.me...@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 <mst...@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(); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits