e: fix timerfd leak in E.
authorCedric BAIL <cedric.bail@free.fr>
Fri, 7 Dec 2012 10:24:05 +0000 (10:24 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Fri, 7 Dec 2012 10:24:05 +0000 (10:24 +0000)
commit294c8951a4c7de4577dcdee18bb184a57766841a
tree4206d1be2ff602e7a5b9e9d6a01cf7894200a5d7
parent96230bddd3cc0b8ce1c53c63af102a59ffdc000c
e: fix timerfd leak in E.

NOTE: I don't know why we do that here, look suspicious.
NOTE2: fcntl(timer_fd, F_SETFL, O_NONBLOCK | FD_CLOEXEC) will not
set the FD_CLOEXEC on linux, see the man page.

SVN revision: 80428
src/modules/clock/e_mod_main.c