Fix exception when calling inerrupt handler while a session is running

This commit is contained in:
loki 2020-03-18 21:20:10 +01:00
parent c0116e0cdd
commit 25de180d6e

View File

@ -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) {