aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-05-01 12:35:58 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-05-01 12:35:58 -0700
commit4925063b8b183863c9f9173929f80cf31c80c1e6 (patch)
tree75be152b9a5393b97440a64a1348f8737b222c14 /src/objective-c/GRPCClient/private/GRPCWrappedCall.m
parentca38ddb105f936cf5309c00cc9895a6dea1bf118 (diff)
Resolved some comments
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 12788d0ada..41ec1a18b6 100644
--- a/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
+++ b/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
@@ -243,6 +243,7 @@
- (void)dealloc {
grpc_metadata_array_destroy(&_status.metadata);
+ gpr_free(_status.details);
}
@end