From: Markus Teich Date: Sat, 29 Aug 2015 00:24:42 +0000 (+0200) Subject: fonts are automatically cleaned up X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=6b002c44b8bb950b025ea16d20237904ad553d86;p=sent.git fonts are automatically cleaned up --- diff --git a/sent.c b/sent.c index 2561f64..a8e43d8 100644 --- a/sent.c +++ b/sent.c @@ -329,10 +329,6 @@ void getfontsize(char *str, unsigned int *width, unsigned int *height) void cleanup() { - size_t i; - - for (i = 0; i < NUMFONTSCALES; i++) - drw_fontset_free(fonts[i]); drw_scm_free(sc); drw_free(d);