]> git.ipfire.org Git - thirdparty/git.git/blobdiff - range-diff.c
hashmap: provide deallocation function names
[thirdparty/git.git] / range-diff.c
index 24dc435e482c0364ebc88e7ad55930f437d73ad2..befeecae448844ca086da07dee38e384d509e692 100644 (file)
@@ -266,7 +266,7 @@ static void find_exact_matches(struct string_list *a, struct string_list *b)
                }
        }
 
-       hashmap_free(&map);
+       hashmap_clear(&map);
 }
 
 static void diffsize_consume(void *data, char *line, unsigned long len)