i3bar: free font when exiting
This commit is contained in:
parent
5ca659853a
commit
8bfc651dd1
|
@ -1488,6 +1488,8 @@ void clean_xcb(void) {
|
||||||
FREE_SLIST(outputs, i3_output);
|
FREE_SLIST(outputs, i3_output);
|
||||||
FREE(outputs);
|
FREE(outputs);
|
||||||
|
|
||||||
|
free_font();
|
||||||
|
|
||||||
xcb_free_cursor(xcb_connection, cursor);
|
xcb_free_cursor(xcb_connection, cursor);
|
||||||
xcb_flush(xcb_connection);
|
xcb_flush(xcb_connection);
|
||||||
xcb_aux_sync(xcb_connection);
|
xcb_aux_sync(xcb_connection);
|
||||||
|
|
Loading…
Reference in New Issue