Skip to content

Commit dca0814

Browse files
committed
Merge branch 'reftable-vs-custom-allocators'
Currently not _strictly_ necessary, but still good to have. Signed-off-by: Johannes Schindelin <[email protected]>
2 parents cca0e8f + 0b382eb commit dca0814

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

refs/reftable-backend.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ static struct ref_store *reftable_be_init(struct repository *repo,
365365
mask = umask(0);
366366
umask(mask);
367367

368+
reftable_set_alloc(malloc, realloc, free);
368369
base_ref_store_init(&refs->base, repo, gitdir, &refs_be_reftable);
369370
strmap_init(&refs->worktree_backends);
370371
refs->store_flags = store_flags;

0 commit comments

Comments
 (0)