mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
HLS: Fix memory leak
This commit is contained in:
parent
036cc2a7a2
commit
6bc83e1041
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@ SrsHlsMuxer::SrsHlsMuxer()
|
||||||
|
|
||||||
SrsHlsMuxer::~SrsHlsMuxer()
|
SrsHlsMuxer::~SrsHlsMuxer()
|
||||||
{
|
{
|
||||||
|
srs_freep(segments);
|
||||||
srs_freep(current);
|
srs_freep(current);
|
||||||
srs_freep(req);
|
srs_freep(req);
|
||||||
srs_freep(async);
|
srs_freep(async);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue