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