aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/core/ext/client_config/http_connect_handshaker.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ext/client_config/http_connect_handshaker.c b/src/core/ext/client_config/http_connect_handshaker.c
index 097465469e..b6d71e2a81 100644
--- a/src/core/ext/client_config/http_connect_handshaker.c
+++ b/src/core/ext/client_config/http_connect_handshaker.c
@@ -269,6 +269,7 @@ char* grpc_get_http_proxy_server() {
}
proxy_name = gpr_strdup(uri->authority);
done:
+ gpr_free(uri_str);
grpc_uri_destroy(uri);
return proxy_name;
}