diff options
Diffstat (limited to 't/helper/test-oidtree.c')
| -rw-r--r-- | t/helper/test-oidtree.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/t/helper/test-oidtree.c b/t/helper/test-oidtree.c index 180ee28dd9..d48a409f4e 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;  }  | 
