summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2017-10-20 15:18:30 +0100
committerMichael Stahl <mstahl@redhat.com>2017-10-21 19:52:06 +0200
commita9534d12f861238dd59010baa1ff0d798b5dd6f7 (patch)
tree3b3dc4aa168dae4951c4bee3e08a9629dae89493
parentbb14f64131148b01f599a91373e81b822d624ba4 (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> (cherry picked from commit 254c49dcceaa8b181b2cb3338e34e5637be277b9) Reviewed-on: https://gerrit.libreoffice.org/43636 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
-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 67ac2c6c3ed2..cc1da7357757 100644
--- a/extensions/source/update/ui/updatecheckui.cxx
+++ b/extensions/source/update/ui/updatecheckui.cxx
@@ -905,6 +905,7 @@ void BubbleWindow::RecalcTextRects()
static uno::Reference<uno::XInterface> SAL_CALL
createInstance(const uno::Reference<uno::XComponentContext>& xContext)
{
+ SolarMutexGuard aGuard;
return *new UpdateCheckUI(xContext);
}