aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-19 17:56:42 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-19 17:57:04 -0700
commitb3cb4e17f76624e563e51165954ebaa6224d806c (patch)
tree48619b7220bc7d5f2cf08aaa4cf5eaf95e6692b3 /src/objective-c/GRPCClient/private/GRPCWrappedCall.m
parent8cecb2a86dd5904c68f46d4b685b11c8cb0a8704 (diff)
Comment and rename GRPCChannel:ref and :unref
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCWrappedCall.m')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCWrappedCall.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCWrappedCall.m b/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
index a7c50a1751..4d5257aca7 100644
--- a/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
+++ b/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
@@ -311,7 +311,7 @@
- (void)dealloc {
grpc_call_unref(_call);
- [_channel unmanagedCallUnref];
+ [_channel unref];
_channel = nil;
}