aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/httpcli
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-03-17 01:19:11 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-03-17 01:19:11 +0100
commit6ada8a4ba56b0ffa1ee7302115f4fbd01b8d39d4 (patch)
tree23e9c5dbc51f83299fe67c3633f3b71d628279f9 /test/core/httpcli
parentf0387374ad7ee337f0baf53c0e58ff1e001eb18b (diff)
Fixing stupid double free.
Diffstat (limited to 'test/core/httpcli')
-rw-r--r--test/core/httpcli/httpcli_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/core/httpcli/httpcli_test.c b/test/core/httpcli/httpcli_test.c
index b05a0449fe..fbc5d4abe7 100644
--- a/test/core/httpcli/httpcli_test.c
+++ b/test/core/httpcli/httpcli_test.c
@@ -164,7 +164,6 @@ int main(int argc, char **argv) {
gpr_asprintf(&args[1], "%s/../../test/core/httpcli/test_server.py", root);
}
- gpr_free(root);
/* start the server */
args[1 + arg_shift] = "--port";
gpr_asprintf(&args[2 + arg_shift], "%d", port);