Skip to content

Commit ca5ab03

Browse files
committed
opt(event):1.9.14, 在EpollLoop析构中删除cleanupDeferredTasks()调用,消除main框架在退出时崩溃的隐患
1 parent 466b007 commit ca5ab03

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

modules/event/engines/epoll/loop.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ EpollLoop::EpollLoop() :
4545

4646
EpollLoop::~EpollLoop()
4747
{
48-
cleanupDeferredTasks();
49-
5048
CHECK_CLOSE_RESET_FD(epoll_fd_);
5149
}
5250

version.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
# TBOX版本号
2222
TBOX_VERSION_MAJOR := 1
2323
TBOX_VERSION_MINOR := 9
24-
TBOX_VERSION_REVISION := 13
24+
TBOX_VERSION_REVISION := 14

0 commit comments

Comments
 (0)