--- a/src/font.c Sun Oct 06 20:49:43 2024 +0200 +++ b/src/font.c Sat Mar 01 22:55:30 2025 +0100 @@ -73,7 +73,7 @@ void asc_font_cache_destroy(void) { assert(asc_font_cache != NULL); - cxListDestroy(asc_font_cache); + cxListFree(asc_font_cache); }