aboutsummaryrefslogtreecommitdiffstats
path: root/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'node.c')
-rw-r--r--node.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.c b/node.c
index 179d272e..7a1d99f6 100644
--- a/node.c
+++ b/node.c
@@ -432,6 +432,7 @@ r_unref(NODE *tmp)
if (tmp == NULL)
return;
if (tmp->type == Node_regex) {
+fprintf(stderr, "got here!\n"); fflush(stderr);
if (tmp->re_reg != NULL)
refree(tmp->re_reg);
if (tmp->re_text != NULL)