diff options
author | Michael Haggerty <mhagger@alum.mit.edu> | 2013-10-30 06:32:57 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-10-30 14:16:34 -0700 |
commit | e31a17f7416a85ee8c3260f8c8b7519ff7ea82b6 (patch) | |
tree | a0a9488c91f0d4c1c691cbefa920d9b323650d7d /builtin/fetch.c | |
parent | get_expanded_map(): add docstring (diff) | |
download | tgif-e31a17f7416a85ee8c3260f8c8b7519ff7ea82b6.tar.xz |
get_expanded_map(): avoid memory leak
The old code could leak *expn_name if match_name_with_pattern()
succeeded but ignore_symref_update() returned true. So make sure that
*expn_name is freed in any case.
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/fetch.c')
0 files changed, 0 insertions, 0 deletions