aboutsummaryrefslogtreecommitdiff
path: root/printing.c
diff options
context:
space:
mode:
Diffstat (limited to 'printing.c')
-rw-r--r--printing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/printing.c b/printing.c
index 68faf22..e8cd178 100644
--- a/printing.c
+++ b/printing.c
@@ -132,7 +132,7 @@ static void _visualize_matches(match_node_t *firstmatch, int depth, const char *
for (match_node_t *c = children, *next = NULL; c; c = next) {
next = c->next;
- free(c);
+ xfree(&c);
}
}