diff options
Diffstat (limited to 'oidmap.c')
-rw-r--r-- | oidmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ void oidmap_free(struct oidmap *map, int free_entries) return; /* TODO: make oidmap itself not depend on struct layouts */ - hashmap_free_(&map->map, free_entries ? 0 : -1); + hashmap_clear_(&map->map, free_entries ? 0 : -1); } void *oidmap_get(const struct oidmap *map, const struct object_id *key) |