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:
parent
6dfeb686bf
commit
ab2d15d524
3 changed files with 13 additions and 8 deletions
|
@ -1927,6 +1927,7 @@ SrsRtcSession::SrsRtcSession(SrsRtcServer* s)
|
|||
state_ = INIT;
|
||||
last_stun_time = 0;
|
||||
sessionStunTimeout = 0;
|
||||
disposing_ = false;
|
||||
|
||||
blackhole = false;
|
||||
blackhole_addr = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue