aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client/bad_client.c
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2015-06-30 16:05:39 -0700
committerGravatar David G. Quintas <dgq@google.com>2015-06-30 16:05:39 -0700
commit3e57357aff574e54aaeeaae98c3e5aac41b50e63 (patch)
tree6e56f1d8acb609abe7daa2f344265718e2100b22 /test/core/bad_client/bad_client.c
parent9d8830da38f83fb2a9260e30fdd3b6e5785d42b3 (diff)
parent0d4836d2c5de2cef30015d3f62a9cca511daacda (diff)
Merge pull request #2263 from ctiller/with-what-shall-we-mend-it-dear-liza-dear-liza
Remove the ability to specify a cancellation string
Diffstat (limited to 'test/core/bad_client/bad_client.c')
-rw-r--r--test/core/bad_client/bad_client.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/core/bad_client/bad_client.c b/test/core/bad_client/bad_client.c
index e9adcf34c7..5b836fefc3 100644
--- a/test/core/bad_client/bad_client.c
+++ b/test/core/bad_client/bad_client.c
@@ -41,6 +41,7 @@
#include "src/core/support/string.h"
#include "src/core/transport/chttp2_transport.h"
+#include <grpc/support/alloc.h>
#include <grpc/support/sync.h>
#include <grpc/support/thd.h>
@@ -89,6 +90,8 @@ void grpc_run_bad_client_test(grpc_bad_client_server_side_validator validator,
/* Add a debug log */
gpr_log(GPR_INFO, "TEST: %s", hex);
+ gpr_free(hex);
+
/* Init grpc */
grpc_init();