Skip to content
Snippets Groups Projects
Commit 9f242a13 authored by René Scharfe's avatar René Scharfe Committed by Junio C Hamano
Browse files

unpack-trees: release oid_array after use in check_updates()


Signed-off-by: default avatarRene Scharfe <l.s.r@web.de>
Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
parent 3aa6694f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -390,6 +390,7 @@ static int check_updates(struct unpack_trees_options *o)
fetch_objects(repository_format_partial_clone,
&to_fetch);
fetch_if_missing = fetch_if_missing_store;
oid_array_clear(&to_fetch);
}
for (i = 0; i < index->cache_nr; i++) {
struct cache_entry *ce = index->cache[i];
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment