diff options
Diffstat (limited to 't/helper/test-progress.c')
-rw-r--r-- | t/helper/test-progress.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/test-progress.c b/t/helper/test-progress.c index 5d05cbe789..9265e6ab7c 100644 --- a/t/helper/test-progress.c +++ b/t/helper/test-progress.c @@ -69,6 +69,7 @@ int cmd__progress(int argc, const char **argv) die("invalid input: '%s'\n", line.buf); } stop_progress(&progress); + strbuf_release(&line); return 0; } |