Fix exception when calling inerrupt handler while a session is running
This commit is contained in:
parent
c0116e0cdd
commit
25de180d6e
1 changed files with 2 additions and 0 deletions
|
|
@ -456,6 +456,8 @@ void rtpThread(std::shared_ptr<safe::signal_t> shutdown_event) {
|
|||
server.clear(false);
|
||||
}
|
||||
}
|
||||
|
||||
server.clear();
|
||||
}
|
||||
|
||||
void print_msg(PRTSP_MESSAGE msg) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue