pretty: clear signature check
commit0b20a28811390ad8a1f7e22928018e5241738446
authorPatrick Steinhardt <ps@pks.im>
Tue, 5 Nov 2024 06:17:03 +0000 (5 07:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Nov 2024 06:37:53 +0000 (4 22:37 -0800)
treeae325b16801ced8492ba8f1b28b243755dd52a6a
parent8dd3cb4b45d06959f3344f02b2d45a4ccf8207d8
pretty: clear signature check

The signature check in the formatting context is never getting released.
Fix this to plug the resulting memory leak.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pretty.c
t/t4202-log.sh
t/t7031-verify-tag-signed-ssh.sh
t/t7510-signed-commit.sh
t/t7528-signed-commit-ssh.sh