--- a/src/c2html.c	Thu Jul 11 20:15:56 2024 +0200
+++ b/src/c2html.c	Sat Feb 15 22:56:16 2025 +0100
@@ -116,6 +116,6 @@
     size_t n = c2html_format(lines, outbuf, wfnc, highlighter, showln);
 
     /* cleanup and return */
-    cxListDestroy(lines);
+    cxListFree(lines);
     return n;
 }
\ No newline at end of file