From 0eedaf40d33940b2667027be619b02c210328021 Mon Sep 17 00:00:00 2001 From: WormHeamer Date: Fri, 30 Jan 2026 18:31:40 -0500 Subject: use ft_free --- ui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui.c') 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); -- cgit v1.2.3