tevent: Add in the same tevent_re_initialise() fix Metze put in the tevent_poll backend.
commit1ee428d5cad6910521ce77322614183fa2c7916e
authorJeremy Allison <jra@samba.org>
Mon, 11 Feb 2013 18:53:15 +0000 (11 10:53 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 14 Feb 2013 18:19:38 +0000 (14 10:19 -0800)
tree25201d3c7b7af896e4e7a2c79614dd4943a7b099
parent06fb88b449806d6de7ca20c73778dd6545a38cf7
tevent: Add in the same tevent_re_initialise() fix Metze put in the tevent_poll backend.

We might be called during tevent_re_initialise()
which means we need to free our old additional_data.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/tevent/tevent_epoll.c
lib/tevent/tevent_select.c
lib/tevent/tevent_standard.c