vcl/source/app/svapp.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9e42779a79cc37b302236d858aded0abd113ec15
Author: Jan Holesovsky <[email protected]>
Date:   Fri Mar 24 18:57:18 2017 +0100

    lok: Scheduler::ProcessEventsToIdle() needs the solar mutex locked.
    
    Change-Id: Ibd2e40a995e670db09ca7dbf09465a998f832446

diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index f94e9094ae44..6e70a6f04f80 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -551,6 +551,7 @@ extern "C" {
 /// used by unit tests that test only via the LOK API
 SAL_DLLPUBLIC_EXPORT void unit_lok_process_events_to_idle()
 {
+    const SolarMutexGuard aGuard;
     Scheduler::ProcessEventsToIdle();
 }
 }
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to