diff options
Diffstat (limited to 'src/node.c')
-rw-r--r-- | src/node.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -114,6 +114,7 @@ cmark_node_unlink(cmark_node *node) { node->next = NULL; node->prev = NULL; node->parent = NULL; + } int |