X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=lib%2Fmtio-epoll.c;fp=lib%2Fmtio-epoll.c;h=f4c4970bd3a99461d3cc6b236e2eca1a3862ac8f;hp=a0b2f41e61348a1d5f9493fae2c88f1ea5b0a756;hb=892b2066da6ac3c34057dfb736713d6117f01637;hpb=37c1ac8da3808b3a806c4201791bb7c7f8349d15 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);