]> git.99rst.org Git - git.git/commit
transport: fix leaking negotiation tips
authorPatrick Steinhardt <redacted>
Thu, 22 Aug 2024 09:18:11 +0000 (11:18 +0200)
committerJunio C Hamano <redacted>
Thu, 22 Aug 2024 16:18:06 +0000 (09:18 -0700)
commit13b23d2da552b9476a0025562bc4ab8954d5be45
treed426874570c06eed9b1456b2c171b905bfd92303
parent7720460ccf8d5a8fcc5cf37bad97b26d799a5644
transport: fix leaking negotiation tips

We do not free negotiation tips in the transport's smart options. Fix
this by freeing them on disconnect.

Signed-off-by: Patrick Steinhardt <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t5510-fetch.sh
transport.c
git clone https://git.99rst.org/PROJECT