[PATCH] Update git-daemon documentation wrt. the --verbose parameter
[git.git] / fetch.c
diff --git a/fetch.c b/fetch.c
index 62f30d1..1a33ae9 100644 (file)
--- a/fetch.c
+++ b/fetch.c
@@ -48,6 +48,7 @@ static int process_tree(struct tree *tree)
                struct tree_entry_list *next = entry->next;
                if (process(entry->item.any))
                        return -1;
+               free(entry->name);
                free(entry);
                entry = next;
        }