mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
seg fault
seg fault
This commit is contained in:
parent
a5c5befad1
commit
0faaa61be7
1 changed files with 3 additions and 3 deletions
|
@ -210,11 +210,11 @@ failed:
|
|||
}
|
||||
}
|
||||
|
||||
handler->on_thread_stop();
|
||||
srs_info("thread %s cycle finished", _name);
|
||||
|
||||
// readly terminated now.
|
||||
really_terminated = true;
|
||||
|
||||
handler->on_thread_stop();
|
||||
srs_info("thread %s cycle finished", _name);
|
||||
}
|
||||
|
||||
void* SrsThread::thread_fun(void* arg)
|
||||
|
|
Loading…
Reference in a new issue