aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/call.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/surface/call.c')
-rw-r--r--src/core/surface/call.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/surface/call.c b/src/core/surface/call.c
index 5a24264cce..2b6f042eb9 100644
--- a/src/core/surface/call.c
+++ b/src/core/surface/call.c
@@ -318,6 +318,7 @@ grpc_call_error grpc_call_cancel_with_status(grpc_call *c,
maybe_set_status_code(c, status);
if (details) {
maybe_set_status_details(c, details);
+ grpc_mdstr_unref(details);
}
gpr_mu_unlock(&c->read_mu);
return grpc_call_cancel(c);