diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2017-11-24 14:46:21 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2017-11-25 11:10:35 +0100 |
commit | 4271a447cbc9f517e6cbd257790d08672f973b0a (patch) | |
tree | 61b8b17d5293c68f8dbb653e68a11247411f6db1 /sfx2 | |
parent | 1aedb6c4345719a963a883b13fa983db3ab4b9a8 (diff) |
tdf#114025 - minimal and not entirely convincing fix for assertion failure.
Almost certainly most of the sfx code needs guarding with the SolarMutex.
Change-Id: Ied52f1e57c44c20486777e08a901060c191043a2
Reviewed-on: https://gerrit.libreoffice.org/45233
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appinit.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/appl/appinit.cxx b/sfx2/source/appl/appinit.cxx index a026765176b4..43f4131ddc5f 100644 --- a/sfx2/source/appl/appinit.cxx +++ b/sfx2/source/appl/appinit.cxx @@ -218,6 +218,7 @@ void SfxApplication::Initialize_Impl() if (!utl::ConfigManager::IsFuzzing()) { + SolarMutexGuard aGuard; //ensure instantiation of listener that manages the internal recently-used //list SfxPickList::ensure(); |