diff options
Diffstat (limited to 'client/bemenu-run.c')
-rw-r--r-- | client/bemenu-run.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/bemenu-run.c b/client/bemenu-run.c index 9ef7b66..32f758c 100644 --- a/client/bemenu-run.c +++ b/client/bemenu-run.c @@ -18,7 +18,6 @@ static struct client client = { .prefix = NULL, .renderer = NULL, .font = NULL, - .font_size = 0, .selected = 0, .bottom = 0, .grab = 0, @@ -236,7 +235,6 @@ main(int argc, char **argv) launch(bm_menu_get_filter(menu)); } - free(client.font); bm_menu_free(menu); return (status == BM_RUN_RESULT_SELECTED ? EXIT_SUCCESS : EXIT_FAILURE); } |