diff options
Diffstat (limited to 'src/core/surface/call.c')
-rw-r--r-- | src/core/surface/call.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/surface/call.c b/src/core/surface/call.c index 99e14e3e15..3a739315a2 100644 --- a/src/core/surface/call.c +++ b/src/core/surface/call.c @@ -370,7 +370,6 @@ void grpc_call_internal_unref(grpc_call *c, int allow_immediate_deletion) { } else { c->destroy_iocb.cb = destroy_call; c->destroy_iocb.cb_arg = c; - c->destroy_iocb.is_ext_managed = 1; /* GPR_TRUE */ grpc_iomgr_add_callback(&c->destroy_iocb); } } |