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

@ -321,6 +321,8 @@ class SrsRtcSession
friend class SrsRtcDtls;
friend class SrsRtcPlayer;
friend class SrsRtcPublisher;
public:
bool disposing_;
private:
SrsRtcServer* server_;
SrsRtcSessionStateType state_;