path-list.c: always free strdup'ed paths
commit79d722224dbad49a50072f92f823d8b12c2e5707
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Wed, 15 Aug 2007 15:59:24 +0000 (15 17:59 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Aug 2007 20:43:08 +0000 (15 13:43 -0700)
tree62c0da4b290f10bfcd358c46e31c6f31524db832
parent6ed77266c6e85130920ef30cd290d36ad4464695
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>
path-list.c
path-list.h