Skip to content

Commit

Permalink
Fix memory leak in manager
Browse files Browse the repository at this point in the history
  • Loading branch information
lixingcong authored and Max Lv committed May 12, 2021
1 parent ca4caab commit ed23402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -1281,6 +1281,7 @@ main(int argc, char **argv)
ev_signal_stop(EV_DEFAULT, &sigint_watcher);
ev_signal_stop(EV_DEFAULT, &sigterm_watcher);
ss_free(working_dir);
free_addr(&ip_addr);

return 0;
}

0 comments on commit ed23402

Please sign in to comment.