Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
tag: do not show non-tag contents with "-n"
[gitweb.git]
/
attr.c
diff --git
a/attr.c
b/attr.c
index 2ce73651381c8ebfa6dfed6c2013b72059861b2b..af4083582dce5cf63e95a8c485b57b3fa982f76a 100644
(file)
--- a/
attr.c
+++ b/
attr.c
@@
-286,6
+286,7
@@
static void free_attr_elem(struct attr_stack *e)
}
free(a);
}
+ free(e->attrs);
free(e);
}