bugfix:SrsMetaCache memleak (#2887)
Co-authored-by: wanglei <wanglei@unicloud.com>
This commit is contained in:
parent
dc43a11aed
commit
92434cfeba
|
|
@ -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…
Reference in New Issue
Block a user