Skip to content
Snippets Groups Projects
Commit 16db6e1c authored by Alex Polcyn's avatar Alex Polcyn
Browse files

destroy byte buffer reader after use in ruby recv msg

parent 1625d12e
No related branches found
No related tags found
No related merge requests found
......@@ -65,5 +65,6 @@ VALUE grpc_rb_byte_buffer_to_s(grpc_byte_buffer *buffer) {
GPR_SLICE_LENGTH(next));
gpr_slice_unref(next);
}
grpc_byte_buffer_reader_destroy(&reader);
return rb_string;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment