Merge branch 'sb/test-bitmap-free-at-end' into maint
* sb/test-bitmap-free-at-end: pack-bitmap.c: fix a memleak
This commit is contained in:
@ -986,6 +986,8 @@ void test_bitmap_walk(struct rev_info *revs)
|
|||||||
fprintf(stderr, "OK!\n");
|
fprintf(stderr, "OK!\n");
|
||||||
else
|
else
|
||||||
fprintf(stderr, "Mismatch!\n");
|
fprintf(stderr, "Mismatch!\n");
|
||||||
|
|
||||||
|
free(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int rebuild_bitmap(uint32_t *reposition,
|
static int rebuild_bitmap(uint32_t *reposition,
|
||||||
|
Reference in New Issue
Block a user