aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/compress_filter.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-21 15:16:14 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-21 15:16:14 -0700
commit31041c9e1247e26d5b9acfa9231bbb4689071bda (patch)
treec02880f9c1db48ab3fa74c8c788a0475bd51a4cc /src/core/lib/channel/compress_filter.c
parentb7f35a658b00ae57d0341261d0944c26066dda04 (diff)
parent9f615de5ed5c622bd7abe0baaed418fcc560ba9b (diff)
Merge github.com:grpc/grpc into call_cases
Diffstat (limited to 'src/core/lib/channel/compress_filter.c')
-rw-r--r--src/core/lib/channel/compress_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/channel/compress_filter.c b/src/core/lib/channel/compress_filter.c
index aa41014a21..02dc479f3a 100644
--- a/src/core/lib/channel/compress_filter.c
+++ b/src/core/lib/channel/compress_filter.c
@@ -292,7 +292,7 @@ static grpc_error *init_call_elem(grpc_exec_ctx *exec_ctx,
/* Destructor for call_data */
static void destroy_call_elem(grpc_exec_ctx *exec_ctx, grpc_call_element *elem,
const grpc_call_final_info *final_info,
- void *ignored) {
+ grpc_closure *ignored) {
/* grab pointers to our data from the call element */
call_data *calld = elem->call_data;
grpc_slice_buffer_destroy_internal(exec_ctx, &calld->slices);