diff options
author | Jan Holesovsky <kendy@collabora.com> | 2017-03-24 18:57:18 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2017-03-24 18:57:18 +0100 |
commit | 9e42779a79cc37b302236d858aded0abd113ec15 (patch) | |
tree | b6760fc7d8a3eba1d512ef555abfc05d62ef9f09 /vcl | |
parent | 83a0659e4fe4dfcc5b61e8dba30304238ee32aaa (diff) |
lok: Scheduler::ProcessEventsToIdle() needs the solar mutex locked.
Change-Id: Ibd2e40a995e670db09ca7dbf09465a998f832446
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/svapp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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(); } } |