Skip to content

Commit

Permalink
Fixing stupid double free.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble committed Mar 17, 2016
1 parent f038737 commit 6ada8a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/core/httpcli/httpcli_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6ada8a4

Please sign in to comment.