Merge branch 'terminology-1.5'

This commit is contained in:
Boris Faure 2019-10-14 21:55:53 +02:00
commit bb6d540145
1 changed files with 4 additions and 0 deletions

View File

@ -1012,6 +1012,10 @@ win_free(Win *wn)
(wn->khdl.imf, ECORE_IMF_CALLBACK_COMMIT, _imf_event_commit_cb);
ecore_imf_context_del(wn->khdl.imf);
}
if (wn->hide_cursor_timer)
{
ecore_timer_del(wn->hide_cursor_timer);
}
ecore_imf_shutdown();
free(wn);
}