mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 05:50:21 +00:00
transport: cast away constness for free
This commit is contained in:
parent
e0aed4bda3
commit
375bb2fe60
@ -444,7 +444,7 @@ static void git_smart__free(git_transport *transport)
|
|||||||
git_pkt_free(p);
|
git_pkt_free(p);
|
||||||
|
|
||||||
git_vector_free(refs);
|
git_vector_free(refs);
|
||||||
git__free(t->proxy.url);
|
git__free((char *)t->proxy.url);
|
||||||
|
|
||||||
git_strarray_free(&t->custom_headers);
|
git_strarray_free(&t->custom_headers);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user