Skip to content
Snippets Groups Projects
Commit 6ada8a4b authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Fixing stupid double free.

parent f0387374
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,6 @@ int main(int argc, char **argv) { ...@@ -164,7 +164,6 @@ int main(int argc, char **argv) {
gpr_asprintf(&args[1], "%s/../../test/core/httpcli/test_server.py", root); gpr_asprintf(&args[1], "%s/../../test/core/httpcli/test_server.py", root);
} }
gpr_free(root);
/* start the server */ /* start the server */
args[1 + arg_shift] = "--port"; args[1 + arg_shift] = "--port";
gpr_asprintf(&args[2 + arg_shift], "%d", port); gpr_asprintf(&args[2 + arg_shift], "%d", port);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment