summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
authorPatrick Luby <guibmacdev@gmail.com>2024-04-02 10:38:58 -0400
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-04-02 21:10:19 +0200
commit89e23bb599104d3bde30878148e15cf4deb1593f (patch)
treeee13ed5c4957568094e04ad78cfe0c0a840deb2e /unodevtools
parentdb040630d664fa20bc4f8995d2168fcce51a8bfd (diff)
tdf#159790 eliminate deadlock on main thread
A separate thread may have already acquired m_aMutex and that thread will then try to acquire the solar mutex. However, when the main thread calls this method, the main thread has already acquired the solar mutex. So, drop the desktop mutex before calling out. Change-Id: Ic87063266ac5101b866df9f24067a403e1417745 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165682 Reviewed-by: Patrick Luby <guibomacdev@gmail.com> Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'unodevtools')
0 files changed, 0 insertions, 0 deletions