Commit 8fb5e403 by Ben Straub

Plug leak.

parent ea817863
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment