Public APIs need ExecCtx (#28655)

pull/28659/head
Craig Tiller 3 years ago committed by GitHub
parent b4b6862352
commit 230349e239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/core/lib/surface/call.cc

@ -298,6 +298,7 @@ static void add_init_error(grpc_error_handle* composite,
}
void* grpc_call_arena_alloc(grpc_call* call, size_t size) {
grpc_core::ExecCtx exec_ctx;
return call->arena->Alloc(size);
}

Loading…
Cancel
Save