mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
RTC: Fix conn bug
This commit is contained in:
parent
1d17666641
commit
f9e17577f7
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue