Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[fix] saneopt does not use malloc/realloc with saneopt_get, do not free
  • Loading branch information
Southern committed Oct 25, 2013
1 parent 68b1a72 commit d0d2aae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/forza.c
Expand Up @@ -249,10 +249,7 @@ int main(int argc, char *argv[]) {

uv_run(loop, UV_RUN_DEFAULT);

free(host);
free(port_str);
free(user);
free(name);
free(opt);

return 0;
}

0 comments on commit d0d2aae

Please sign in to comment.