Jeff King <peff@xxxxxxxx> writes: > Maybe this? > > diff --git a/attr.c b/attr.c > index 76b079f..1656db4 100644 > --- a/attr.c > +++ b/attr.c > @@ -301,6 +301,7 @@ static void free_attr_elem(struct attr_stack *e) > } > free(a); > } > + free(e->attrs); > free(e); > } Yeah, that is definitely a leak. -- 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