lib/tevent: close pipe_fds on event_context destruction
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 28 Aug 2009 02:41:23 +0000 (12:11 +0930)
committerAndrew Tridgell <tridge@samba.org>
Fri, 28 Aug 2009 04:10:22 +0000 (14:10 +1000)
commit76d91156c82e20bbd68c752376cb814d71759033
treecca83dcf6704d967ae6c5c170166198c2591a7f0
parentbe4ac227842530d484659f2db683453366326d8b
lib/tevent: close pipe_fds on event_context destruction

The "hack_fds" were never closed before; now they're inside event_context
they should be closed when that is destroyed.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
lib/tevent/tevent.c