Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under

pull/8238/head
Nicolas "Pixel" Noble 8 years ago
commit 7398363779
  1. 1
      src/core/lib/iomgr/tcp_windows.c

@ -319,6 +319,7 @@ static void win_write(grpc_exec_ctx *exec_ctx, grpc_endpoint *ep,
? GRPC_ERROR_NONE
: GRPC_WSA_ERROR(info->wsa_error, "WSASend");
grpc_exec_ctx_sched(exec_ctx, cb, error, NULL);
if (allocated) gpr_free(allocated);
return;
}

Loading…
Cancel
Save