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

FIx memory leak

parent 7d4f8a1d
No related branches found
No related tags found
No related merge requests found
......@@ -1195,6 +1195,7 @@ static void publish_registered_or_batch(grpc_call *call, int success,
requested_call *rc = prc;
call_data *calld = elem->call_data;
grpc_cq_end_op(calld->cq_new, rc->tag, success, done_request_event, rc, &rc->completion);
GRPC_CALL_INTERNAL_UNREF(call, "server", 0);
}
const grpc_channel_args *grpc_server_get_channel_args(grpc_server *server) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment