Skip to content

Commit 465cd37

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 3c08bda + a29e257 commit 465cd37

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/refs/reftable-backend.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,8 @@ static struct ref_store *reftable_be_init(struct repository *repo,
415415
struct strbuf path = STRBUF_INIT;
416416
bool is_worktree;
417417

418+
reftable_set_alloc(malloc, realloc, free);
419+
418420
refs_compute_filesystem_location(gitdir, payload, &is_worktree, &refdir,
419421
&ref_common_dir);
420422

0 commit comments

Comments
 (0)