aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-06 10:53:58 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-06 10:53:58 -0800
commitb3323168b81b1bdfe08cdc2ff3ef9ebcb252d17d (patch)
tree212faf410ed8652d6cc18419066fac8ca6581059 /src/core
parent8b976d0c244e516c2195c699bf396cf1dac2baa5 (diff)
Remove debug
Diffstat (limited to 'src/core')
-rw-r--r--src/core/transport/metadata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/transport/metadata.c b/src/core/transport/metadata.c
index 85705e8762..74bbb02134 100644
--- a/src/core/transport/metadata.c
+++ b/src/core/transport/metadata.c
@@ -117,7 +117,7 @@ static void unlock(grpc_mdctx *ctx) {
if (ctx->orphaned) {
/* uncomment if you're having trouble diagnosing an mdelem leak to make
things clearer (slows down destruction a lot, however) */
- gc_mdtab(ctx);
+ /* gc_mdtab(ctx); */
if (ctx->mdtab_count && ctx->mdtab_count == ctx->mdtab_free) {
discard_metadata(ctx);
}