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

Expand corpus

parent 15572f05
No related branches found
No related tags found
No related merge requests found
...@@ -146,7 +146,9 @@ done: ...@@ -146,7 +146,9 @@ done:
grpc_metadata_array_destroy(&trailing_metadata_recv); grpc_metadata_array_destroy(&trailing_metadata_recv);
gpr_free(details); gpr_free(details);
grpc_channel_destroy(channel); grpc_channel_destroy(channel);
if (recv_message != NULL) grpc_byte_buffer_destroy(recv_message); if (response_payload_recv != NULL) {
grpc_byte_buffer_destroy(response_payload_recv);
}
grpc_shutdown(); grpc_shutdown();
return 0; return 0;
} }
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