]> git.ipfire.org Git - thirdparty/git.git/blobdiff - blame.c
Merge branch 'en/strmap'
[thirdparty/git.git] / blame.c
diff --git a/blame.c b/blame.c
index 9156ebeafd21114e982b52ecde9f50387f869b44..a5044fcfaa62644daa45103dd6ad17647bc6a811 100644 (file)
--- a/blame.c
+++ b/blame.c
@@ -435,7 +435,7 @@ static void get_fingerprint(struct fingerprint *result,
 
 static void free_fingerprint(struct fingerprint *f)
 {
-       hashmap_free(&f->map);
+       hashmap_clear(&f->map);
        free(f->entries);
 }