aboutsummaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2014-07-24 00:41:30 -0400
committerJunio C Hamano <gitster@pobox.com>2014-07-24 13:57:50 -0700
commitdef0697167d0b3fb3c9cc1a2fcbac56e540aae48 (patch)
tree67389fc3fc4d5e57cfd931ecd4ddabfebb82439c /builtin
parent28b3563241ac13733781fb0bada37f776a39f43d (diff)
downloadgit-def0697167d0b3fb3c9cc1a2fcbac56e540aae48.tar.gz
git-def0697167d0b3fb3c9cc1a2fcbac56e540aae48.tar.xz
transport: fix leaks in refs_from_alternate_cb
The function starts by creating a copy of the static buffer returned by real_path, but forgets to free it in the error code paths. We can solve this by jumping to the cleanup code that is already there. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
0 files changed, 0 insertions, 0 deletions