We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d99168 commit ea07fb5Copy full SHA for ea07fb5
src/blocks.c
@@ -162,6 +162,7 @@ cmark_parser *cmark_parser_new(int options) {
162
void cmark_parser_free(cmark_parser *parser) {
163
cmark_mem *mem = parser->mem;
164
165
+ // If any inline syntax extensions were added, free the memory allocated for the special-chars arrays
166
if (parser->inline_syntax_extensions) {
167
mem->free(parser->special_chars);
168
mem->free(parser->skip_chars);
0 commit comments