diff options
-rw-r--r-- | src/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ TTF_Font *load_font(const char *font_spec) FcPatternDestroy(font); } FcPatternDestroy(pattern); + FcConfigDestroy(cfg); free(font_name); return ret; |