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

Fix segfault exposed by Ruby

parent 02accdb6
No related branches found
No related tags found
No related merge requests found
...@@ -597,6 +597,7 @@ static void call_on_done_send(void *pc, int success) { ...@@ -597,6 +597,7 @@ static void call_on_done_send(void *pc, int success) {
finish_ioreq_op(call, GRPC_IOREQ_SEND_STATUS, success); finish_ioreq_op(call, GRPC_IOREQ_SEND_STATUS, success);
finish_ioreq_op(call, GRPC_IOREQ_SEND_CLOSE, 1); finish_ioreq_op(call, GRPC_IOREQ_SEND_CLOSE, 1);
} }
call->send_ops.nops = 0;
call->last_send_contains = 0; call->last_send_contains = 0;
call->sending = 0; call->sending = 0;
unlock(call); unlock(call);
......
File added
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