From d6b5b6b607013e15f9e59926ca7557f01ec9322b Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Wed, 16 Sep 2015 09:55:33 +0200 Subject: [PATCH] Fixed crash when closing a tab right after buffer change. --- src/source.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/source.cc b/src/source.cc index 2ec6c01..9f99624 100644 --- a/src/source.cc +++ b/src/source.cc @@ -378,6 +378,7 @@ Source::View::~View() { delayed_tooltips_connection.disconnect(); delayed_spellcheck_suggestions_connection.disconnect(); + delayed_spellcheck_error_clear.disconnect(); if(spellcheck_checker!=NULL) delete_aspell_speller(spellcheck_checker);