1
0
Fork 0
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:
chundonglinlin 2023-02-16 08:25:17 +08:00 committed by GitHub
parent 4a5f479a0c
commit b957463e5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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