summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2017-10-20 15:18:30 +0100
committerMichael Meeks <michael.meeks@collabora.com>2017-10-21 06:40:58 +0200
commit254c49dcceaa8b181b2cb3338e34e5637be277b9 (patch)
treebef05d42e155c44dde1efee0b8f6dbdb1c5833ee /extensions
parentd4ab059050366d38a1e938cc7c0a2c424dfe1098 (diff)
tdf#113225 - hold the solar mutex when entering from UNO.
http://crashreport.libreoffice.org/stats/crash_details/dff57662-1693-47f6-8b09-88f180d2e706 Change-Id: I4322c2113c300af97fb5854aac4a741b7027e6b1 Reviewed-on: https://gerrit.libreoffice.org/43623 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/update/ui/updatecheckui.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx
index b7e512dd537c..498fc0e17304 100644
--- a/extensions/source/update/ui/updatecheckui.cxx
+++ b/extensions/source/update/ui/updatecheckui.cxx
@@ -898,6 +898,7 @@ void BubbleWindow::RecalcTextRects()
static uno::Reference<uno::XInterface> SAL_CALL
createInstance(const uno::Reference<uno::XComponentContext>& xContext)
{
+ SolarMutexGuard aGuard;
return *new UpdateCheckUI(xContext);
}