Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'bw/server-options'
[gitweb.git]
/
object.c
diff --git
a/object.c
b/object.c
index 66cffaf6e516f181fa391ddab125fdc16cc71cb5..97245fdea25c2d1342e0d4e791d82e2aeadaed7c 100644
(file)
--- a/
object.c
+++ b/
object.c
@@
-481,6
+481,9
@@
void raw_object_store_clear(struct raw_object_store *o)
FREE_AND_NULL(o->objectdir);
FREE_AND_NULL(o->alternate_db);
+ oidmap_free(o->replace_map, 1);
+ FREE_AND_NULL(o->replace_map);
+
free_alt_odbs(o);
o->alt_odb_tail = NULL;