mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 02:09:49 +00:00
Fix exception when calling inerrupt handler while a session is running
This commit is contained in:
parent
c0116e0cdd
commit
25de180d6e
@ -456,6 +456,8 @@ void rtpThread(std::shared_ptr<safe::signal_t> shutdown_event) {
|
|||||||
server.clear(false);
|
server.clear(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
server.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void print_msg(PRTSP_MESSAGE msg) {
|
void print_msg(PRTSP_MESSAGE msg) {
|
||||||
|
Loading…
Reference in New Issue
Block a user