mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-11 12:09:07 +00:00
checkout: free last created directory
This commit is contained in:
parent
a789b36100
commit
1188803922
@ -2212,6 +2212,7 @@ static void checkout_data_clear(checkout_data *data)
|
|||||||
git__free(data->pfx);
|
git__free(data->pfx);
|
||||||
data->pfx = NULL;
|
data->pfx = NULL;
|
||||||
|
|
||||||
|
git_buf_free(&data->last_mkdir);
|
||||||
git_buf_free(&data->path);
|
git_buf_free(&data->path);
|
||||||
git_buf_free(&data->tmp);
|
git_buf_free(&data->tmp);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user