attr: plug minor memory leak
commitd4c985653a580e78db94c549bdcd71669067b8a9
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Tue, 30 Jun 2009 22:30:00 +0000 (1 00:30 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jun 2009 23:12:24 +0000 (30 16:12 -0700)
tree505b237619c11bf90da6320eed1f5b6b17ad48d1
parent476cc724242e715c150dce0d26d2feabe2dbe5e1
attr: plug minor memory leak

Free the memory allocated for struct strbuf pathbuf when we're done.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
attr.c