src/c2html.c

changeset 86
c41ab60fd27a
parent 75
c72b250866ab
child 88
15fe9c1d7f1a
--- 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

mercurial