[Libreoffice-commits] core.git: Branch 'libreoffice-5-4-3' - extensions/source

Michael Meeks michael.meeks at collabora.com
Thu Nov 2 22:04:12 UTC 2017


 extensions/source/update/ui/updatecheckui.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit dc34b649e821cfe55386a054420c4e65ac4b3683
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Fri Oct 20 15:18:30 2017 +0100

    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 at libreoffice.org>
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
    (cherry picked from commit 254c49dcceaa8b181b2cb3338e34e5637be277b9)
    Reviewed-on: https://gerrit.libreoffice.org/43636
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>
    (cherry picked from commit a9534d12f861238dd59010baa1ff0d798b5dd6f7)
    Reviewed-on: https://gerrit.libreoffice.org/44066
    Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
    Reviewed-by: Aron Budea <aron.budea at collabora.com>
    Tested-by: Aron Budea <aron.budea at collabora.com>

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);
 }
 


More information about the Libreoffice-commits mailing list