aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/tcp_client_uv.c
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-03-14 08:44:32 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-03-14 08:44:32 -0700
commit6fd36b575b84b0e1564f10fa06dbbc042562263c (patch)
tree9c669159ecfeec78fb0d188565aff7e9f36b2dd1 /src/core/lib/iomgr/tcp_client_uv.c
parent91220dc7932ab4e7f3e924e736b61911d3c420e3 (diff)
parentfce0f049039dad7e65b883c686a620be7ff1fb98 (diff)
Merge branch 'master' of https://github.com/grpc/grpc into error-slice-optimization
Diffstat (limited to 'src/core/lib/iomgr/tcp_client_uv.c')
-rw-r--r--src/core/lib/iomgr/tcp_client_uv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/tcp_client_uv.c b/src/core/lib/iomgr/tcp_client_uv.c
index b632b61170..682c24ed56 100644
--- a/src/core/lib/iomgr/tcp_client_uv.c
+++ b/src/core/lib/iomgr/tcp_client_uv.c
@@ -76,7 +76,6 @@ static void uv_tc_on_alarm(grpc_exec_ctx *exec_ctx, void *acp,
const char *str = grpc_error_string(error);
gpr_log(GPR_DEBUG, "CLIENT_CONNECT: %s: on_alarm: error=%s",
connect->addr_name, str);
- grpc_error_free_string(str);
}
if (error == GRPC_ERROR_NONE) {
/* error == NONE implies that the timer ran out, and wasn't cancelled. If