diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2022-02-17 13:55:34 -0500 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2022-02-17 14:14:51 -0500 |
commit | b722c45d1635c1966ed117020f5650458f148e67 (patch) | |
tree | 4c110feec1399a5537bac5f03f013059653d7da2 /src/commit.c | |
parent | c8450561d4065d13ad05d8f2269f65ceb810d1e9 (diff) | |
download | libgit2-b722c45d1635c1966ed117020f5650458f148e67.tar.gz |
xdiff: use xdl_free not free
We've added a lovely abstraction layer in xdiff so that it can call our
allocation functions. But it also needs to call our free functions. We
missed some `free` calls in `xmerge.c`. Update them to use `xdl_free`.
Without this, we will pass a pointer allocated with a custom allocator
to the system free function. :bomb:
Diffstat (limited to 'src/commit.c')
0 files changed, 0 insertions, 0 deletions