This series replaces the two commits that were queued on sb/object-store-replace, fixing memory leaks that were recently introduced. Compared to v1, I merged the two independent series from yesterday, rewrote the commit message to clear up Junios confusion and addresses Peffs comments for the packfiles as well. Also added another free to free the oidmap for the replaces themselves. Thanks, Stefan Stefan Beller (4): packfile: close and free packs upon releasing an object store packfile.h: remove all extern keywords object.c: free replace map in raw_object_store_clear replace-object.c: remove the_repository from prepare_replace_object object.c | 7 +++-- packfile.c | 13 ++++++++ packfile.h | 79 ++++++++++++++++++++++++------------------------ replace-object.c | 2 +- 4 files changed, 58 insertions(+), 43 deletions(-) -- 2.17.0.255.g8bfb7c0704