RTC: Fix conn bug
This commit is contained in:
parent
1d17666641
commit
f9e17577f7
|
|
@ -319,10 +319,9 @@ SrsRtcPlayStream::~SrsRtcPlayStream()
|
||||||
{
|
{
|
||||||
_srs_config->unsubscribe(this);
|
_srs_config->unsubscribe(this);
|
||||||
|
|
||||||
srs_freep(req_);
|
|
||||||
|
|
||||||
srs_freep(trd);
|
srs_freep(trd);
|
||||||
srs_freep(timer_);
|
srs_freep(timer_);
|
||||||
|
srs_freep(req_);
|
||||||
|
|
||||||
if (true) {
|
if (true) {
|
||||||
std::map<uint32_t, SrsRtcAudioSendTrack*>::iterator it;
|
std::map<uint32_t, SrsRtcAudioSendTrack*>::iterator it;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user