DORMANTno replies

[PATCH] mktree: fix a memory leak in write_tree()

From: Liu Yuan <hidden>
Date: 2016-06-15 22:52:27
Subsystem: the rest · Maintainer: Linus Torvalds

From: Liu Yuan <redacted>

We forget to call strbuf_release to release the buf memory.

Signed-off-by: Liu Yuan <redacted>
---
 builtin/mktree.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/builtin/mktree.c b/builtin/mktree.c
index 098395f..4ae1c41 100644
--- a/builtin/mktree.c
+++ b/builtin/mktree.c
@@ -60,6 +60,7 @@ static void write_tree(unsigned char *sha1)
 	}
 
 	write_sha1_file(buf.buf, buf.len, tree_type, sha1);
+	strbuf_release(&buf);
 }
 
 static const char *mktree_usage[] = {
-- 
1.7.6.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help