mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +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();
|
||||
|
||||
srs_freep(bridge_);
|
||||
srs_freep(req);
|
||||
}
|
||||
|
||||
srs_error_t SrsSrtSource::initialize(SrsRequest* r)
|
||||
|
|
Loading…
Reference in a new issue