Skip to content
Snippets Groups Projects
Commit 3274dbaf authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge branch 'metadata_filter' of github.com:ctiller/grpc into metadata_filter

parents 385dd9a4 b9ad6356
No related branches found
No related tags found
No related merge requests found
...@@ -389,6 +389,8 @@ static void test_copied_static_metadata(bool dup_key, bool dup_value) { ...@@ -389,6 +389,8 @@ static void test_copied_static_metadata(bool dup_key, bool dup_value) {
} else { } else {
GPR_ASSERT(p.payload == q.payload); GPR_ASSERT(p.payload == q.payload);
} }
GRPC_MDELEM_UNREF(&exec_ctx, p);
GRPC_MDELEM_UNREF(&exec_ctx, q);
} }
grpc_exec_ctx_finish(&exec_ctx); grpc_exec_ctx_finish(&exec_ctx);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment