summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-05-14 12:23:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-05-14 15:22:29 +0200
commitadfd3919837c8e213165015ef289c2b45073fac4 (patch)
treef3824ac6d3fbb4416250ea3cea8c42921ca073e2 /vcl
parentc060e6752575ec6a9166c9e3e3e0b9fd919fab31 (diff)
add SolarMutexGuard to asyncresponse
Change-Id: I40063c65e2af9766c2373d74ae861de5ae8eccee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115600 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/gtk3/gtkinst.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx
index 6b2605f01117..8dcd671c3d6b 100644
--- a/vcl/unx/gtk3/gtkinst.cxx
+++ b/vcl/unx/gtk3/gtkinst.cxx
@@ -7800,6 +7800,8 @@ public:
void GtkInstanceDialog::asyncresponse(gint ret)
{
+ SolarMutexGuard aGuard;
+
if (ret == GTK_RESPONSE_HELP)
{
help();