]> git.ozlabs.org Git - ccan/commit
io: don't leak memory on clean shutdown.
authorRusty Russell <rusty@rustcorp.com.au>
Sat, 16 Mar 2019 04:27:05 +0000 (14:57 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Sat, 16 Mar 2019 04:27:05 +0000 (14:57 +1030)
commitb089d462e533d2b304cc28b9ad277cbfa53f12ce
tree4317af64e6cc3a8e87c836cbd05c3cb781f31d45
parentbc6d22ecf820d0b4547ace17ff7e7ecebf0e415b
io: don't leak memory on clean shutdown.

Free the internal "always" array like we free "fds".

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/io/poll.c