summaryrefslogtreecommitdiff
path: root/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui.c')
-rw-r--r--ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui.c b/ui.c
index 59df0f4..3e06b91 100644
--- a/ui.c
+++ b/ui.c
@@ -197,8 +197,8 @@ ui_fini(void)
XFree(ic_pos_list);
XDestroyIC(ic);
XCloseIM(im);
- XFreeFontSet(dsp, ft_opt);
- XFreeFontSet(dsp, ft_inp);
+ ft_free(ft_opt);
+ ft_free(ft_inp);
XFreeGC(dsp, gc);
XDestroyWindow(dsp, win);
XCloseDisplay(dsp);