mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-24 11:19:31 +00:00
Merge pull request #2834 from ethomson/memleak
checkout: free last created directory
This commit is contained in:
commit
73c5db7663
@ -2212,6 +2212,7 @@ static void checkout_data_clear(checkout_data *data)
|
||||
git__free(data->pfx);
|
||||
data->pfx = NULL;
|
||||
|
||||
git_buf_free(&data->last_mkdir);
|
||||
git_buf_free(&data->path);
|
||||
git_buf_free(&data->tmp);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user