summaryrefslogtreecommitdiff
path: root/src/xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml.c')
-rw-r--r--src/xml.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xml.c b/src/xml.c
index f630aba..f169241 100644
--- a/src/xml.c
+++ b/src/xml.c
@@ -170,6 +170,5 @@ char *cmark_render_xml(cmark_node *root, long options)
result = (char *)cmark_strbuf_detach(&xml);
cmark_iter_free(iter);
- cmark_strbuf_free(&xml);
return result;
}