tevent_signal: Fix a valgrind error
authorVolker Lendecke <vl@samba.org>
Wed, 15 Feb 2012 15:17:34 +0000 (16:17 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 15 Feb 2012 16:58:36 +0000 (17:58 +0100)
commit9e25361203155c25d5deee4acd1fce638808cdbf
tree03fa4e5056bf4d3f81c95b64de645c5edb8ce778
parent740d4d75500ac1ac224deb67cb3f20a21addb64b
tevent_signal: Fix a valgrind error

This fixes an uninitialized read introduced by my fix for the tevent_signal
destructors. From looking at the code you might believe that this kicks in only
when talloc failed. But with -O3 I do see it in normal operations.

Sorry for that.

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Wed Feb 15 17:58:37 CET 2012 on sn-devel-104
lib/tevent/tevent_signal.c