summaryrefslogtreecommitdiff
path: root/preload-index.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2014-07-16 11:32:33 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-07-16 11:32:33 -0700
commitc9831bb09d090011a51d2645ab638cf956924513 (patch)
tree13e76cefde992120024bc06d1f18e00986e8169d /preload-index.c
parentMerge branch 'cb/filter-branch-prune-empty-degenerate-merges' (diff)
parentcache.h: rename cache_def_free to cache_def_clear (diff)
downloadtgif-c9831bb09d090011a51d2645ab638cf956924513.tar.xz
Merge branch 'kb/path-max-must-go'
* kb/path-max-must-go: cache.h: rename cache_def_free to cache_def_clear
Diffstat (limited to 'preload-index.c')
-rw-r--r--preload-index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/preload-index.c b/preload-index.c
index 79ce8a998b..c1fe3a3ef9 100644
--- a/preload-index.c
+++ b/preload-index.c
@@ -63,7 +63,7 @@ static void *preload_thread(void *_data)
continue;
ce_mark_uptodate(ce);
} while (--nr > 0);
- cache_def_free(&cache);
+ cache_def_clear(&cache);
return NULL;
}