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

Remove debug

parent 8b976d0c
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ static void unlock(grpc_mdctx *ctx) { ...@@ -117,7 +117,7 @@ static void unlock(grpc_mdctx *ctx) {
if (ctx->orphaned) { if (ctx->orphaned) {
/* uncomment if you're having trouble diagnosing an mdelem leak to make /* uncomment if you're having trouble diagnosing an mdelem leak to make
things clearer (slows down destruction a lot, however) */ things clearer (slows down destruction a lot, however) */
gc_mdtab(ctx); /* gc_mdtab(ctx); */
if (ctx->mdtab_count && ctx->mdtab_count == ctx->mdtab_free) { if (ctx->mdtab_count && ctx->mdtab_count == ctx->mdtab_free) {
discard_metadata(ctx); discard_metadata(ctx);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment