mirror of
https://github.com/kunkundi/crossdesk.git
synced 2026-03-26 03:07:30 +08:00
[fix] fix crash due to thread releasing
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
|
||||
#include "log.h"
|
||||
|
||||
RtpStatistics::RtpStatistics() {}
|
||||
RtpStatistics::RtpStatistics() {
|
||||
SetPeriod(std::chrono::milliseconds(1000));
|
||||
SetThreadName("RtpStatistics");
|
||||
}
|
||||
|
||||
RtpStatistics::~RtpStatistics() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user