正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
@@ -210,11 +210,11 @@ failed: | @@ -210,11 +210,11 @@ failed: | ||
210 | } | 210 | } |
211 | } | 211 | } |
212 | 212 | ||
213 | - handler->on_thread_stop(); | ||
214 | - srs_info("thread %s cycle finished", _name); | ||
215 | - | ||
216 | // readly terminated now. | 213 | // readly terminated now. |
217 | really_terminated = true; | 214 | really_terminated = true; |
215 | + | ||
216 | + handler->on_thread_stop(); | ||
217 | + srs_info("thread %s cycle finished", _name); | ||
218 | } | 218 | } |
219 | 219 | ||
220 | void* SrsThread::thread_fun(void* arg) | 220 | void* SrsThread::thread_fun(void* arg) |
-
请 注册 或 登录 后发表评论