aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-08-19 11:32:28 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-08-19 11:32:28 -0700
commitf0e1119996b549dcb5e3013f805cd2cd066ed2c9 (patch)
treeccc2352aa89c829b4660eb482eb35a8b15937034 /src/core/lib/transport
parent922f810b2e725306b1b403b3af7b9134dee0c60c (diff)
Fix refcounting bugs
Diffstat (limited to 'src/core/lib/transport')
-rw-r--r--src/core/lib/transport/transport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/transport/transport.h b/src/core/lib/transport/transport.h
index 392a7ca422..d0d0c2a461 100644
--- a/src/core/lib/transport/transport.h
+++ b/src/core/lib/transport/transport.h
@@ -55,7 +55,7 @@ typedef struct grpc_transport grpc_transport;
for a stream. */
typedef struct grpc_stream grpc_stream;
-#define GRPC_STREAM_REFCOUNT_DEBUG
+//#define GRPC_STREAM_REFCOUNT_DEBUG
typedef struct grpc_stream_refcount {
gpr_refcount refs;