aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-12-07 16:12:00 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-12-07 16:12:00 -0800
commit3f00d61b04874cc5f0159c16f2c598a8f2fb93a7 (patch)
tree584fd1143911811e142109528bd56dc04702c8fc /src/objective-c/GRPCClient/private/GRPCWrappedCall.m
parentdf21aab3a6af360cff29a5164f9728ba646d35ab (diff)
batch fix
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCWrappedCall.m')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCWrappedCall.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCWrappedCall.m b/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
index 9066cb950f..4edd9d3e37 100644
--- a/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
+++ b/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
@@ -320,6 +320,7 @@
_call = NULL;
}
}
+ // Explicitly converting weak reference _pooledChannel to strong.
__strong GRPCPooledChannel *channel = _pooledChannel;
[channel notifyWrappedCallDealloc:self];
}