tevent: Add in the same tevent_re_initialise() fix Metze put in the tevent_poll backend.
authorJeremy Allison <jra@samba.org>
Mon, 11 Feb 2013 18:53:15 +0000 (10:53 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 14 Feb 2013 18:19:38 +0000 (10:19 -0800)
commit6db41fe566de6cd28ced11d7b05ddc4d1d1c5c08
tree9bd577b4d418828dd692f89e18bb9035c95c7ce2
parenteb45b5034e29519e42db436a6edfffefef40f026
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>