summaryrefslogtreecommitdiff
path: root/t/t4014-format-patch.sh
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2017-10-09 13:48:24 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-10-10 08:59:02 +0900
commitb2401586fc5168974c77cdc6d8548c51e6c852a6 (patch)
treebf88aa75e5ab37518b653729cc7d8a1587f86c99 /t/t4014-format-patch.sh
parententry.c: check if file exists after checkout (diff)
downloadtgif-b2401586fc5168974c77cdc6d8548c51e6c852a6.tar.xz
write_entry: fix leak when retrying delayed filter
When write_entry() retries a delayed filter request, we don't need to send the blob content to the filter again, and set the pointer to NULL. But doing so means we leak the contents we read earlier from read_blob_entry(). Let's make sure to free it before dropping the pointer. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4014-format-patch.sh')
0 files changed, 0 insertions, 0 deletions