diff options
author | Patrick Steinhardt <ps@pks.im> | 2023-11-06 11:46:05 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-11-07 08:51:41 +0900 |
commit | 9972cd6004ac46a919d2e8773be976ef1e2d6a65 (patch) | |
tree | 7f17ea08cb8fe64e533fcbdb6dd5107f752d508b /builtin/commit.c | |
parent | 4ce14e13250e824b7d410d9bff88061525346a15 (diff) |
setup: fix leaking repository format
While populating the `repository_format` structure may cause us to
allocate memory, we do not call `clear_repository_format()` in some
places and thus potentially leak memory. Fix this.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions