diff options
| author | Ben Straub <bstraub@github.com> | 2012-07-10 08:58:40 -0700 |
|---|---|---|
| committer | Ben Straub <bstraub@github.com> | 2012-07-10 08:58:40 -0700 |
| commit | 8fb5e4039ec83f321daf59b00840fba53c797da3 (patch) | |
| tree | e167b6fbd29d20af967c45bfcd53b8138ecf268d /src | |
| parent | ea8178638c22887ec340b822b59a27e6cbbc888f (diff) | |
| download | libgit2-8fb5e4039ec83f321daf59b00840fba53c797da3.tar.gz | |
Plug leak.
Diffstat (limited to 'src')
| -rw-r--r-- | src/checkout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checkout.c b/src/checkout.c index 67c9a5262..58ae7f281 100644 --- a/src/checkout.c +++ b/src/checkout.c @@ -102,6 +102,7 @@ static int blob_contents_to_file(git_repository *repo, git_buf *fnbuf, const git } } git_buf_free(&filteredblob); + git_filters_free(&filters); } git_blob_free(blob); |
