1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

fix the thread stop bug, must wait when not joinable.

This commit is contained in:
winlin 2015-06-09 11:47:04 +08:00
parent d317528af9
commit 66837ffa6e
3 changed files with 17 additions and 14 deletions

View file

@ -539,8 +539,6 @@ void SrsServer::destroy()
}
srs_freep(signal_manager);
srs_freep(handler);
}
void SrsServer::dispose()