mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
SRT: fix req param leak. (#3423)
Co-authored-by: john <hondaxiao@tencent.com>
This commit is contained in:
parent
4a5f479a0c
commit
b957463e5e
1 changed files with 1 additions and 0 deletions
|
@ -865,6 +865,7 @@ SrsSrtSource::~SrsSrtSource()
|
||||||
consumers.clear();
|
consumers.clear();
|
||||||
|
|
||||||
srs_freep(bridge_);
|
srs_freep(bridge_);
|
||||||
|
srs_freep(req);
|
||||||
}
|
}
|
||||||
|
|
||||||
srs_error_t SrsSrtSource::initialize(SrsRequest* r)
|
srs_error_t SrsSrtSource::initialize(SrsRequest* r)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue