src/font.c

changeset 76
eb16be99b0ad
parent 67
0b96fe6d6b5e
--- 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);
 }
 
 

mercurial