1
0
Fork 0
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:
stone 2022-01-22 18:50:10 +08:00 committed by GitHub
parent dc43a11aed
commit 92434cfeba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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