Re: [PATCH 02/13] pack-bitmap: fix leak of haves/wants object lists
From: Junio C Hamano <hidden> Date: 2020-02-13 18:12:25
Jeff King [off-list ref] writes:
When we do a bitmap-aware revision traversal, we create an object_list
for each of the "haves" and "wants" tips. After creating the result
bitmaps these are no longer needed or used, but we never free the list
memory.
Signed-off-by: Jeff King <redacted>
---