Skip to content
Snippets Groups Projects
Commit 0c8cb1d6 authored by Muxi Yan's avatar Muxi Yan
Browse files

Resolve asan failure

parent d19c112d
No related branches found
No related tags found
No related merge requests found
......@@ -210,6 +210,9 @@ static void test_cancel_after_round_trip(grpc_end2end_test_config config,
CQ_EXPECT_COMPLETION(cqv, tag(1), 1);
cq_verify(cqv);
grpc_byte_buffer_destroy(request_payload_recv);
grpc_byte_buffer_destroy(response_payload_recv);
memset(ops, 0, sizeof(ops));
op = ops;
op->op = GRPC_OP_RECV_STATUS_ON_CLIENT;
......
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