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