aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/common/channel_filter.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-20 09:36:17 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-20 09:36:17 -0700
commit444c223c177a053e1462a8781895906f5381fa07 (patch)
tree977a27493c92b9c157b14c77cf0b4acab35c252f /src/cpp/common/channel_filter.h
parent83190a1e1b463bb263ebce38ab23cc147dd341c9 (diff)
parent40a947ef93aeddca3b606613f628d4d09f094e77 (diff)
Merge github.com:grpc/grpc into new_transport_op
Diffstat (limited to 'src/cpp/common/channel_filter.h')
-rw-r--r--src/cpp/common/channel_filter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cpp/common/channel_filter.h b/src/cpp/common/channel_filter.h
index cf913fefe4..59dffb5007 100644
--- a/src/cpp/common/channel_filter.h
+++ b/src/cpp/common/channel_filter.h
@@ -337,7 +337,8 @@ class ChannelFilter final {
static void DestroyCallElement(grpc_exec_ctx *exec_ctx,
grpc_call_element *elem,
const grpc_call_final_info *final_info,
- void *and_free_memory) {
+ grpc_closure *then_call_closure) {
+ GPR_ASSERT(then_call_closure == NULL);
reinterpret_cast<CallDataType *>(elem->call_data)->~CallDataType();
}