X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=attr.c;h=55bdb7cdebea7f7ea551231fe7801f272d128d69;hb=b1b952043f8f909649fdf053c371109c84f9cf56;hp=f8f6faa94fd7eb4e260a75b82ef372e632f5eb9a;hpb=b58f6b50c1032a8ac56ab09e99500d43da3919d1;p=thirdparty%2Fgit.git diff --git a/attr.c b/attr.c index f8f6faa94f..55bdb7cdeb 100644 --- a/attr.c +++ b/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. */