[Libreoffice-commits] core.git: vcl/unx
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jun 3 14:03:03 UTC 2021
vcl/unx/gtk3/gtkdata.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit db033fc1d148d55d9678b2915d7589a814e22732
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Thu Jun 3 15:02:44 2021 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Thu Jun 3 16:02:25 2021 +0200
fix crash in GtkSalData destructor
which had never been called until....
commit 556243467a0ac3f647de75bf3fb6c9f3b72466a4
Date: Wed Jun 2 13:06:54 2021 +0200
fix shutdown leak in CppunitTest_sw_filters_test
Can't call Yield at this point in time, the SalInstance is already gone.
Change-Id: Id196d7c2de69121dca447d845ed0aff3d8a7acfb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116668
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/vcl/unx/gtk3/gtkdata.cxx b/vcl/unx/gtk3/gtkdata.cxx
index 931454fbb396..5bd818e83491 100644
--- a/vcl/unx/gtk3/gtkdata.cxx
+++ b/vcl/unx/gtk3/gtkdata.cxx
@@ -340,7 +340,6 @@ static int XIOErrorHdl(Display *)
GtkSalData::~GtkSalData()
{
- Yield( true, true );
g_warning ("TESTME: We used to have a stop-timer here, but the central code should do this");
// sanity check: at this point nobody should be yielding, but wake them
More information about the Libreoffice-commits
mailing list