diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/win.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bin/win.c b/src/bin/win.c index c4c8be9..a021351 100644 --- a/src/bin/win.c +++ b/src/bin/win.c | |||
@@ -774,6 +774,10 @@ win_free(Win *wn) | |||
774 | (wn->khdl.imf, ECORE_IMF_CALLBACK_COMMIT, _imf_event_commit_cb); | 774 | (wn->khdl.imf, ECORE_IMF_CALLBACK_COMMIT, _imf_event_commit_cb); |
775 | ecore_imf_context_del(wn->khdl.imf); | 775 | ecore_imf_context_del(wn->khdl.imf); |
776 | } | 776 | } |
777 | if (wn->hide_cursor_timer) | ||
778 | { | ||
779 | ecore_timer_del(wn->hide_cursor_timer); | ||
780 | } | ||
777 | ecore_imf_shutdown(); | 781 | ecore_imf_shutdown(); |
778 | free(wn); | 782 | free(wn); |
779 | } | 783 | } |