Kaydet (Commit) 254c49dc authored tarafından Michael Meeks's avatar Michael Meeks

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/43623Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
üst d4ab0590
...@@ -898,6 +898,7 @@ void BubbleWindow::RecalcTextRects() ...@@ -898,6 +898,7 @@ void BubbleWindow::RecalcTextRects()
static uno::Reference<uno::XInterface> SAL_CALL static uno::Reference<uno::XInterface> SAL_CALL
createInstance(const uno::Reference<uno::XComponentContext>& xContext) createInstance(const uno::Reference<uno::XComponentContext>& xContext)
{ {
SolarMutexGuard aGuard;
return *new UpdateCheckUI(xContext); return *new UpdateCheckUI(xContext);
} }
......
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