1
0
mirror of https://github.com/ossrs/srs.git synced 2025-10-14 02:43:34 +08:00

bugfix:SrsMetaCache memleak (#2887)

Co-authored-by: wanglei <wanglei@unicloud.com>
This commit is contained in:
stone
2022-01-22 18:50:10 +08:00
committed by GitHub
parent dc43a11aed
commit 92434cfeba

View File

@@ -1519,6 +1519,8 @@ SrsMetaCache::SrsMetaCache()
SrsMetaCache::~SrsMetaCache()
{
dispose();
srs_freep(vformat);
srs_freep(aformat);
}
void SrsMetaCache::dispose()