]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/send-pack: fix leaking list of push options
authorPatrick Steinhardt <ps@pks.im>
Mon, 30 Sep 2024 09:14:24 +0000 (11:14 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Sep 2024 18:23:09 +0000 (11:23 -0700)
commit66893a14d0c0d3850227def321312a7290317610
treeda83e1b9888a06a14b013391799ca4ac67efc376
parenta6c30623d77b5fe759d5d9bedc33957ddaff1b4d
builtin/send-pack: fix leaking list of push options

The list of push options is leaking. Plug the leak.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/send-pack.c
t/t5411-proc-receive-hook.sh
t/t5545-push-options.sh