author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Wed, 15 Aug 2007 15:59:24 +0000 (17:59 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 15 Aug 2007 20:43:08 +0000 (13:43 -0700) | ||
commit | 79d722224dbad49a50072f92f823d8b12c2e5707 | |
tree | 62c0da4b290f10bfcd358c46e31c6f31524db832 | tree | snapshot |
parent | 6ed77266c6e85130920ef30cd290d36ad4464695 | commit | diff |
path-list.c: always free strdup'ed paths
Always free .paths if .strdup_paths is set, no matter if the
parameter free_items is set or not, plugging a minor memory leak.
And to clarify the meaning of the flag, rename it to free_util,
since it now only affects the freeing of the .util field.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Always free .paths if .strdup_paths is set, no matter if the
parameter free_items is set or not, plugging a minor memory leak.
And to clarify the meaning of the flag, rename it to free_util,
since it now only affects the freeing of the .util field.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
path-list.c | diff | blob | history | |
path-list.h | diff | blob | history |