aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client/bad_client.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-01 13:55:54 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-01 13:55:54 -0700
commitfa275a97b968060383fe27c26b1d85f08d9582f9 (patch)
treec9cb183c78e6aa53f4d62aa80a7977c9e8f22191 /test/core/bad_client/bad_client.c
parent0bdfe8b147b8101080e95565d9472e402f4d98d4 (diff)
Label all iomgr objects
This allows a list of them to be dumped to isolate where memory leaks are occuring.
Diffstat (limited to 'test/core/bad_client/bad_client.c')
-rw-r--r--test/core/bad_client/bad_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/bad_client/bad_client.c b/test/core/bad_client/bad_client.c
index 9d1c4ce2d7..4cc1ad4312 100644
--- a/test/core/bad_client/bad_client.c
+++ b/test/core/bad_client/bad_client.c
@@ -88,7 +88,7 @@ void grpc_run_bad_client_test(const char *name, const char *client_payload,
grpc_init();
/* Create endpoints */
- sfd = grpc_iomgr_create_endpoint_pair(65536);
+ sfd = grpc_iomgr_create_endpoint_pair("fixture", 65536);
/* Create server, completion events */
a.server = grpc_server_create_from_filters(NULL, 0, NULL);