]> git.sur5r.net Git - i3/i3/commitdiff
i3bar: free font when exiting
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 9 Jan 2016 16:03:36 +0000 (17:03 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 9 Jan 2016 16:06:58 +0000 (17:06 +0100)
i3bar/src/xcb.c

index 60821167d705e3aa5b2ccacf85aababc929503c4..590515a77db54c588374b2fb57719d240b84e164 100644 (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);