]> git.ipfire.org Git - thirdparty/git.git/commit
commit-reach: fix memory leak in get_reachable_subset()
authorMike Hommey <mh@glandium.org>
Sat, 3 Jun 2023 00:28:19 +0000 (09:28 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 4 Jun 2023 04:43:48 +0000 (13:43 +0900)
commit68b51172e310beeb4ace56645a9f2b823e6fe12d
tree37b35dc9c7804e51663779296e7fab18f5e45b62
parent0d1bd1dfb37ef25e1911777c94129fc769ffec38
commit-reach: fix memory leak in get_reachable_subset()

This is a leak that has existed since the method was first created
in fcb2c0769db (commit-reach: implement get_reachable_subset,
2018-11-02).

Signed-off-by: Mike Hommey <mh@glandium.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit-reach.c