Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH] get_tree_entry: map blank requested entry to tree root

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:48
Subsystem: the rest · Maintainer: Linus Torvalds

Possibly related (same subject, not in this thread)

Jeff King [off-list ref] writes:
On Tue, Jan 09, 2007 at 04:57:11PM -0800, Junio C Hamano wrote:
quoted
I've noticed this while looking at your patch and fixed it in my
tree already.
Thanks, I will stop looking, then. :)
-- >8 --
[PATCH] builtin-archive: do not free a tree held by the object layer.

Found by running "git archive --format=tar HEAD" in Documentation/
directory.

It's surprising that nobody has noticed this from the beginning...

Signed-off-by: Junio C Hamano <redacted>
---
 builtin-archive.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/builtin-archive.c b/builtin-archive.c
index 391cf43..32737d3 100644
--- a/builtin-archive.c
+++ b/builtin-archive.c
@@ -137,7 +137,6 @@ void parse_treeish_arg(const char **argv, struct archiver_args *ar_args,
 		if (err || !S_ISDIR(mode))
 			die("current working directory is untracked");
 
-		free(tree);
 		tree = parse_tree_indirect(tree_sha1);
 	}
 	ar_args->tree = tree;
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help