vcl/unx/gtk3/gtkdata.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit db033fc1d148d55d9678b2915d7589a814e22732
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Thu Jun 3 15:02:44 2021 +0200
Commit:     Noel Grandin <noel.gran...@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.gran...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to