vcl/unx/gtk3/gtkinst.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit adfd3919837c8e213165015ef289c2b45073fac4
Author: Caolán McNamara <[email protected]>
AuthorDate: Fri May 14 12:23:47 2021 +0100
Commit: Caolán McNamara <[email protected]>
CommitDate: Fri May 14 15:22:29 2021 +0200
add SolarMutexGuard to asyncresponse
Change-Id: I40063c65e2af9766c2373d74ae861de5ae8eccee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115600
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <[email protected]>
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();
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits