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