From b5434c05aaaacfba9d6ef6882b6c1f3285a304e2 Mon Sep 17 00:00:00 2001 From: Muxi Yan Date: Wed, 14 Nov 2018 18:48:09 -0800 Subject: Make tests pass --- src/objective-c/GRPCClient/private/GRPCWrappedCall.m | 1 - 1 file changed, 1 deletion(-) (limited to 'src/objective-c/GRPCClient/private/GRPCWrappedCall.m') 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; -- cgit v1.2.3