summaryrefslogtreecommitdiff
path: root/lockfile.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2016-02-02 15:42:59 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-02-02 15:42:59 -0800
commit8384c139cb9409fb3cf5ef70afff263917581258 (patch)
treeb7c6580b94ae926f5dafc91eca392b89809236f0 /lockfile.c
parentgit: simplify environment save/restore logic (diff)
downloadtgif-8384c139cb9409fb3cf5ef70afff263917581258.tar.xz
restore_env(): free the saved environment variable once we are done
Just like we free orig_cwd, which is the value of the original working directory saved in save_env_before_alias(), once we are done with it, the contents of orig_env[] array, saved in the save_env_before_alias() function should be freed; otherwise, the second and subsequent calls to save/restore pair will leak the memory allocated in save_env_before_alias(). Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'lockfile.c')
0 files changed, 0 insertions, 0 deletions