]> git.tuebingen.mpg.de Git - paraslash.git/commit
server: Fix memory leak at exit.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 22 Mar 2022 20:05:19 +0000 (21:05 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 27 Mar 2022 18:12:18 +0000 (20:12 +0200)
commitf56e7627e5fbde3705f9241e6bcaeafe8c123674
tree05e393eac3daaf692ba84a6ed759e46bfd26d789
parent1bf98a8af7ed3a0538e8547d8c210c26f8253178
server: Fix memory leak at exit.

If command_post_select() returns failure because of a notification we
leak the array of listening fds. No big deal, but worth to fix anyway.
server.c