Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[fix] Ensure hostname is freed.
  • Loading branch information
Southern committed Oct 25, 2013
1 parent 2f681de commit 06747f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/forza.c
Expand Up @@ -249,6 +249,7 @@ int main(int argc, char *argv[]) {

uv_run(loop, UV_RUN_DEFAULT);

free(hostname);
free(opt);

return 0;
Expand Down

0 comments on commit 06747f4

Please sign in to comment.