From: Junio C Hamano <hidden> Date: 2023-01-13 19:58:09
René Scharfe [off-list ref] writes:
Am 10.01.23 um 06:43 schrieb Ævar Arnfjörð Bjarmason:
quoted
Follow-up 465028e0e25 (merge: add missing strbuf_release(),
2021-10-07) and address the "msg" memory leak in this block. We could
free "&msg" before the "goto done" here, but even better is to avoid
allocating it in the first place.
So contrary to the subject we don't need to free it anymore.