src/c2html.c

changeset 86
c41ab60fd27a
parent 75
c72b250866ab
child 88
15fe9c1d7f1a
equal deleted inserted replaced
85:4bf793d93ddf 86:c41ab60fd27a
114 114
115 /* invoke the other function */ 115 /* invoke the other function */
116 size_t n = c2html_format(lines, outbuf, wfnc, highlighter, showln); 116 size_t n = c2html_format(lines, outbuf, wfnc, highlighter, showln);
117 117
118 /* cleanup and return */ 118 /* cleanup and return */
119 cxListDestroy(lines); 119 cxListFree(lines);
120 return n; 120 return n;
121 } 121 }

mercurial