mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
bugfix:SrsMetaCache memleak (#2887)
Co-authored-by: wanglei <wanglei@unicloud.com>
This commit is contained in:
parent
dc43a11aed
commit
92434cfeba
1 changed files with 2 additions and 0 deletions
|
@ -1519,6 +1519,8 @@ SrsMetaCache::SrsMetaCache()
|
||||||
SrsMetaCache::~SrsMetaCache()
|
SrsMetaCache::~SrsMetaCache()
|
||||||
{
|
{
|
||||||
dispose();
|
dispose();
|
||||||
|
srs_freep(vformat);
|
||||||
|
srs_freep(aformat);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SrsMetaCache::dispose()
|
void SrsMetaCache::dispose()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue