tevent_poll: Use the poll_event_context_destructor always
authorVolker Lendecke <vl@samba.org>
Thu, 31 Jan 2013 15:28:08 +0000 (16:28 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 6 Mar 2013 09:11:58 +0000 (10:11 +0100)
commit13383b1f2e1fb02d8e5cc8ed2db7b63e8c24829f
treefa773d8ac06ebf9b331adffd8ee4f5d744faac6d
parent39bc9e6c20ac90072c28c1ded071f13803e219db
tevent_poll: Use the poll_event_context_destructor always

This is in preparation for the next patch to NULL out the event_ctx
pointers in the poll_ev->fresh list

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/tevent/tevent_poll.c