Skip to content

Commit 5966cec

Browse files
dschoGit for Windows Build Agent
authored andcommitted
Merge branch 'reftable-vs-custom-allocators'
Currently not _strictly_ necessary, but still good to have. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2 parents a40f1d9 + 40a9169 commit 5966cec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

refs/reftable-backend.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,8 @@ static struct ref_store *reftable_be_init(struct repository *repo,
381381
mask = umask(0);
382382
umask(mask);
383383

384+
reftable_set_alloc(malloc, realloc, free);
385+
384386
refs_compute_filesystem_location(gitdir, payload, &is_worktree, &refdir,
385387
&ref_common_dir);
386388

0 commit comments

Comments
 (0)