SRT: fix req param leak. (#3423)

Co-authored-by: john <hondaxiao@tencent.com>
pull/3411/head^2
chundonglinlin 2 years ago committed by GitHub
parent 4a5f479a0c
commit b957463e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save