diff options
Diffstat (limited to 'client/bemenu.c')
-rw-r--r-- | client/bemenu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/bemenu.c b/client/bemenu.c index b344443..338617c 100644 --- a/client/bemenu.c +++ b/client/bemenu.c @@ -14,7 +14,6 @@ static struct client client = { .prefix = NULL, .renderer = NULL, .font = NULL, - .font_size = 0, .selected = 0, .bottom = 0, .grab = 0, @@ -93,7 +92,6 @@ main(int argc, char **argv) printf("%s\n", bm_menu_get_filter(menu)); } - free(client.font); bm_menu_free(menu); return (status == BM_RUN_RESULT_SELECTED ? EXIT_SUCCESS : EXIT_FAILURE); } |