bugfix:SrsMetaCache memleak (#2887)

Co-authored-by: wanglei <wanglei@unicloud.com>
pull/2896/head
stone 3 years ago committed by GitHub
parent dc43a11aed
commit 92434cfeba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save