提交 f86a3747 编写于 作者: S Stefan Beller 提交者: Junio C Hamano

pack-bitmap.c: fix a memleak

Signed-off-by: NStefan Beller <sbeller@google.com>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 52735a68
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册