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
|
@ -321,6 +321,8 @@ class SrsRtcSession
|
|||
friend class SrsRtcDtls;
|
||||
friend class SrsRtcPlayer;
|
||||
friend class SrsRtcPublisher;
|
||||
public:
|
||||
bool disposing_;
|
||||
private:
|
||||
SrsRtcServer* server_;
|
||||
SrsRtcSessionStateType state_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue