diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-06-03 15:02:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-06-03 16:02:25 +0200 |
commit | db033fc1d148d55d9678b2915d7589a814e22732 (patch) | |
tree | 196f0d93c09b1b6096b4d43b51b0c489954f90e9 | |
parent | 8da12900319696519564d4ae3764d063e94901f8 (diff) |
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@collabora.co.uk>
-rw-r--r-- | vcl/unx/gtk3/gtkdata.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 |