i3bar: free font when exiting

next
Michael Stapelberg 2016-01-09 17:03:36 +01:00
parent 5ca659853a
commit 8bfc651dd1
1 changed files with 2 additions and 0 deletions

View File

@ -1488,6 +1488,8 @@ void clean_xcb(void) {
FREE_SLIST(outputs, i3_output);
FREE(outputs);
free_font();
xcb_free_cursor(xcb_connection, cursor);
xcb_flush(xcb_connection);
xcb_aux_sync(xcb_connection);