mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +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.
|
// readly terminated now.
|
||||||
really_terminated = true;
|
really_terminated = true;
|
||||||
|
|
||||||
|
handler->on_thread_stop();
|
||||||
|
srs_info("thread %s cycle finished", _name);
|
||||||
}
|
}
|
||||||
|
|
||||||
void* SrsThread::thread_fun(void* arg)
|
void* SrsThread::thread_fun(void* arg)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue