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

RTC: Fix dup release bug

This commit is contained in:
winlin 2020-05-21 21:59:30 +08:00
parent 6dfeb686bf
commit ab2d15d524
3 changed files with 13 additions and 8 deletions

View file

@ -1927,6 +1927,7 @@ SrsRtcSession::SrsRtcSession(SrsRtcServer* s)
state_ = INIT;
last_stun_time = 0;
sessionStunTimeout = 0;
disposing_ = false;
blackhole = false;
blackhole_addr = NULL;