Skip to content

Commit 375bb2f

Browse files
author
Edward Thomson
committed
transport: cast away constness for free
1 parent e0aed4b commit 375bb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transports/smart.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ static void git_smart__free(git_transport *transport)
444444
git_pkt_free(p);
445445

446446
git_vector_free(refs);
447-
git__free(t->proxy.url);
447+
git__free((char *)t->proxy.url);
448448

449449
git_strarray_free(&t->custom_headers);
450450

0 commit comments

Comments
 (0)