Plug leak.

This commit is contained in:
Ben Straub 2012-07-10 08:58:40 -07:00
parent ea8178638c
commit 8fb5e4039e

View File

@ -102,6 +102,7 @@ static int blob_contents_to_file(git_repository *repo, git_buf *fnbuf, const git
} }
} }
git_buf_free(&filteredblob); git_buf_free(&filteredblob);
git_filters_free(&filters);
} }
git_blob_free(blob); git_blob_free(blob);