Commit 375bb2fe by Edward Thomson

transport: cast away constness for free

parent e0aed4bd
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment