Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
clear parsed flag when we free tree buffers
[gitweb.git]
/
http-push.c
diff --git
a/http-push.c
b/http-push.c
index 395a8cfc1055fb6febc9cee559d8943bb4d9e829..c13b44184dd94272331007ad75ed3716c12c9307 100644
(file)
--- a/
http-push.c
+++ b/
http-push.c
@@
-1330,8
+1330,7
@@
static struct object_list **process_tree(struct tree *tree,
break;
}
- free(tree->buffer);
- tree->buffer = NULL;
+ free_tree_buffer(tree);
return p;
}