vcl/unx/gtk3/gtk3gtkinst.cxx | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 8eb4ad0529c5efedf95c7220b6b8b9aad63e3ea4 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Fri Apr 26 21:39:09 2019 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Mon Apr 29 13:11:35 2019 +0200
Resolves: tdf#124980 drop dangling timer Change-Id: I05ec394ee83f0422ecccf3ae3377818af6feb1d1 Reviewed-on: https://gerrit.libreoffice.org/71398 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> (cherry picked from commit 9207516888e73398599a9890af78cd677ddd0992) Reviewed-on: https://gerrit.libreoffice.org/71411 Reviewed-by: Michael Stahl <michael.st...@cib.de> diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx index 18d897cbba4b..caec6ba5ac6c 100644 --- a/vcl/unx/gtk3/gtk3gtkinst.cxx +++ b/vcl/unx/gtk3/gtk3gtkinst.cxx @@ -7505,6 +7505,8 @@ public: virtual ~GtkInstanceEntryTreeView() override { + if (m_nAutoCompleteIdleId) + g_source_remove(m_nAutoCompleteIdleId); GtkWidget* pWidget = m_pEntry->getWidget(); g_signal_handler_disconnect(pWidget, m_nKeyPressSignalId); g_signal_handler_disconnect(pWidget, m_nEntryInsertTextSignalId); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits