Update destroy_call_elem args from merge.

pull/6915/head
Mark D. Roth 8 years ago
parent 85c1168d17
commit 3b4f99549d
  1. 2
      src/cpp/common/channel_filter.h

@ -311,7 +311,7 @@ class ChannelFilter GRPC_FINAL {
static void DestroyCallElement(grpc_exec_ctx *exec_ctx,
grpc_call_element *elem,
const grpc_call_stats *stats,
const grpc_call_final_info* final_info,
void *and_free_memory) {
reinterpret_cast<CallDataType *>(elem->call_data)->~CallDataType();
}

Loading…
Cancel
Save