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)
committerKarolin Seeger <kseeger@samba.org>
Wed, 9 Sep 2009 10:27:17 +0000 (12:27 +0200)
commit5cc105ac513164d66d4661a41d1daa99f28ab928
tree7018264899a46dbbdcd8f9fd6aefc870606c5dd3
parent792ab5c34a20bd2b292b642dc96cae62e5ad1ce0
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>
(cherry picked from commit 76d91156c82e20bbd68c752376cb814d71759033)
lib/tevent/tevent.c