From fa275a97b968060383fe27c26b1d85f08d9582f9 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Mon, 1 Jun 2015 13:55:54 -0700 Subject: Label all iomgr objects This allows a list of them to be dumped to isolate where memory leaks are occuring. --- test/core/bad_client/bad_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core/bad_client/bad_client.c') 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); -- cgit v1.2.3