transport: cast away constness for free

This commit is contained in:
Edward Thomson 2016-04-21 11:02:31 -04:00
parent e0aed4bda3
commit 375bb2fe60

View File

@ -444,7 +444,7 @@ static void git_smart__free(git_transport *transport)
git_pkt_free(p);
git_vector_free(refs);
git__free(t->proxy.url);
git__free((char *)t->proxy.url);
git_strarray_free(&t->custom_headers);