-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix various leaks detected by valgrind.
Mostly config options that strdup() their value, causing leaks if there are multiple config lines or after restarting with SIGHUP. The last was the fd_set for incoming connections wouldn't be freed on restart. Also optimize the allocation of fdset and re-use if possible.
- Loading branch information
Showing
1 changed file
with
33 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters