[PATCH 1/2] object.c: free replace map in raw_object_store_clear

2018-05-17 Thread Stefan Beller
The replace map for objects was missed to free in the object store in the conversion of c1274495 ("replace-object: eliminate replace objects prepared flag", 2018-04-11). We also missed to free the replaced objects that are put into the replace map in that whole series. Signed-off-by: Stefan

Re: [PATCH 1/2] object.c: free replace map in raw_object_store_clear

2018-05-10 Thread Stefan Beller
Hi Junio, On Thu, May 10, 2018 at 3:16 AM, Junio C Hamano wrote: > Stefan Beller writes: > >> The replace map for objects was missed to free in the object store in >> the conversion of 174774cd519 (Merge branch 'sb/object-store-replace', >> 2018-05-08) > >

Re: [PATCH 1/2] object.c: free replace map in raw_object_store_clear

2018-05-10 Thread Junio C Hamano
Stefan Beller writes: > The replace map for objects was missed to free in the object store in > the conversion of 174774cd519 (Merge branch 'sb/object-store-replace', > 2018-05-08) I need a bit of clarification wrt the above. The above makes it sound like the merge needed a

[PATCH 1/2] object.c: free replace map in raw_object_store_clear

2018-05-09 Thread Stefan Beller
The replace map for objects was missed to free in the object store in the conversion of 174774cd519 (Merge branch 'sb/object-store-replace', 2018-05-08) Signed-off-by: Stefan Beller --- object.c | 1 + 1 file changed, 1 insertion(+) diff --git a/object.c b/object.c index