Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
vcs-svn: simplify cleanup in apply_one_window
[gitweb.git]
/
attr.c
diff --git
a/attr.c
b/attr.c
index 96eda0ef078f998c020666f89eea29ac4b1bfb53..303751f6c2bd4d558cffbb928c636581efb2b310 100644
(file)
--- 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);
}