summaryrefslogtreecommitdiff
path: root/t/helper/test-oidtree.c
diff options
context:
space:
mode:
Diffstat (limited to 't/helper/test-oidtree.c')
-rw-r--r--t/helper/test-oidtree.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/helper/test-oidtree.c b/t/helper/test-oidtree.c
index 180ee28..d48a409 100644
--- a/t/helper/test-oidtree.c
+++ b/t/helper/test-oidtree.c
@@ -45,5 +45,8 @@ int cmd__oidtree(int argc, const char **argv)
die("unknown command: %s", line.buf);
}
}
+
+ strbuf_release(&line);
+
return 0;
}