* maint-1.7.6: attr: fix leak in free_attr_elem t2203: fix wrong commit command
@ -301,6 +301,7 @@ static void free_attr_elem(struct attr_stack *e)
}
free(a);
free(e->attrs);
free(e);
The note is not visible to the blocked user.