mirror of
https://github.com/git/git.git
synced 2024-11-19 00:44:22 +01:00
pack-bitmap.c: fix a memleak
Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
52735a6892
commit
f86a3747ab
@ -986,6 +986,8 @@ void test_bitmap_walk(struct rev_info *revs)
|
||||
fprintf(stderr, "OK!\n");
|
||||
else
|
||||
fprintf(stderr, "Mismatch!\n");
|
||||
|
||||
free(result);
|
||||
}
|
||||
|
||||
static int rebuild_bitmap(uint32_t *reposition,
|
||||
|
Loading…
Reference in New Issue
Block a user