mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-05 11:30:07 +00:00
Plug leak.
This commit is contained in:
parent
ea8178638c
commit
8fb5e4039e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user