1
0
Fork 0
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:
chundonglinlin 2023-02-16 08:25:17 +08:00 committed by winlin
parent 9c9f3f1247
commit f12096534a

View file

@ -669,6 +669,7 @@ SrsSrtSource::~SrsSrtSource()
consumers.clear();
srs_freep(bridge_);
srs_freep(req);
}
srs_error_t SrsSrtSource::initialize(SrsRequest* r)