X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=lib%2Fmtio-epoll.c;h=f4c4970bd3a99461d3cc6b236e2eca1a3862ac8f;hb=595adb9922885c2a05bc6917ee8f8f02f496e618;hp=a0b2f41e61348a1d5f9493fae2c88f1ea5b0a756;hpb=bb0730048938c21b043d88918a9492929c4fa2a9;p=ashd.git diff --git a/lib/mtio-epoll.c b/lib/mtio-epoll.c index a0b2f41..f4c4970 100644 --- a/lib/mtio-epoll.c +++ b/lib/mtio-epoll.c @@ -272,7 +272,6 @@ int ioloop(void) exitstatus = 0; epfd = epoll_create(128); fcntl(epfd, F_SETFD, FD_CLOEXEC); - bufinit(timeheap); for(bl = blockers; bl; bl = nbl) { nbl = bl->n; if(regfd(bl)) @@ -331,7 +330,6 @@ int ioloop(void) } for(bl = blockers; bl; bl = bl->n) remfd(bl); - buffree(timeheap); close(epfd); epfd = -1; return(exitstatus);