mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
Update srs_app_thread.cpp
This commit is contained in:
parent
233ff11172
commit
56bffb6646
1 changed files with 0 additions and 5 deletions
|
@ -232,11 +232,6 @@ namespace internal {
|
|||
// readly terminated now.
|
||||
really_terminated = true;
|
||||
|
||||
// when thread terminated normally, also disposed.
|
||||
// we must set to disposed before the on_thread_stop, which may free the thread.
|
||||
// @see https://github.com/ossrs/srs/issues/546
|
||||
// disposed = true;
|
||||
|
||||
handler->on_thread_stop();
|
||||
srs_info("thread %s cycle finished", _name);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue