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>
This commit is contained in:
René Scharfe 2009-07-01 00:30:00 +02:00 коммит произвёл Junio C Hamano
Родитель 476cc72424
Коммит d4c985653a
1 изменённых файлов: 2 добавлений и 0 удалений

2
attr.c
Просмотреть файл

@ -555,6 +555,8 @@ static void prepare_attr_stack(const char *path, int dirlen)
}
}
strbuf_release(&pathbuf);
/*
* Finally push the "info" one at the top of the stack.
*/