aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-11-14 18:48:09 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-11-14 18:48:09 -0800
commitb5434c05aaaacfba9d6ef6882b6c1f3285a304e2 (patch)
tree64a767eaeeb29ce5ba683f928688692ec26eab1c /src/objective-c/GRPCClient/private/GRPCWrappedCall.m
parent2bd38f29df16b874bea254e001e3c40d6945c28c (diff)
Make tests pass
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCWrappedCall.m')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCWrappedCall.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCWrappedCall.m b/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
index f3fe8bac45..905719f464 100644
--- a/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
+++ b/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
@@ -325,7 +325,6 @@
- (void)dealloc {
if (_call) {
grpc_call_unref(_call);
- [_channel unref];
}
[_channel unref];
_channel = nil;