Skip to content
Snippets Groups Projects
Commit bea1e621 authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix Windows Crash

parent f9899d27
No related branches found
No related tags found
No related merge requests found
......@@ -684,7 +684,7 @@ static void perform_transport_op(grpc_transport *gt, grpc_transport_op *op) {
grpc_chttp2_goaway_append(
t->global.last_incoming_stream_id,
grpc_chttp2_grpc_status_to_http2_error(op->goaway_status),
*op->goaway_message, &t->global.qbuf);
gpr_slice_ref(*op->goaway_message), &t->global.qbuf);
}
if (op->set_accept_stream != NULL) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment