On Sun, Feb 14, 2010 at 10:56:46AM +0100, René Scharfe wrote: > diff --git a/tree-walk.c b/tree-walk.c > index 08796c2..67a9a0c 100644 > --- a/tree-walk.c > +++ b/tree-walk.c > @@ -441,6 +441,7 @@ int get_tree_entry(const unsigned char *tree_sha1, const char *name, unsigned ch > > if (name[0] == '\0') { > hashcpy(sha1, root); > + free(tree); > return 0; > } Oops. Good catch. Acked-by: Jeff King <peff@xxxxxxxx> -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html