Jeff King <peff@xxxxxxxx> 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 <peff@xxxxxxxx> > --- Obviously correct ;-)