]> git.ipfire.org Git - thirdparty/git.git/blobdiff - range-diff.c
hashmap: introduce hashmap_free_entries
[thirdparty/git.git] / range-diff.c
index e5e7820bfea79092be469ed7a7bdfcfcf98eeed3..9df53569bbc72e973e0808593979d2d299eada82 100644 (file)
@@ -241,7 +241,7 @@ static void find_exact_matches(struct string_list *a, struct string_list *b)
                }
        }
 
-       hashmap_free(&map, 0);
+       hashmap_free(&map);
 }
 
 static void diffsize_consume(void *data, char *line, unsigned long len)