diff options
author | Jeff King <peff@peff.net> | 2016-05-18 18:39:49 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-05-24 13:21:59 -0700 |
commit | a77d6db69b2cbd16e98763f33ceaa76ff5ca2c54 (patch) | |
tree | 494745fc3aca2872350c56dab1ffa67c390065e9 /alloc.c | |
parent | git_config_with_options: drop "found" counting (diff) | |
download | tgif-a77d6db69b2cbd16e98763f33ceaa76ff5ca2c54.tar.xz |
git_config_parse_parameter: refactor cleanup code
We have several exits from the function, each of which has
to do some cleanup. Let's consolidate these in an "out"
label we can jump to. This doesn't save us much now, but it
will help as we add more things that need cleanup.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'alloc.c')
0 files changed, 0 insertions, 0 deletions