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:
@@ -1519,6 +1519,8 @@ SrsMetaCache::SrsMetaCache()
|
||||
SrsMetaCache::~SrsMetaCache()
|
||||
{
|
||||
dispose();
|
||||
srs_freep(vformat);
|
||||
srs_freep(aformat);
|
||||
}
|
||||
|
||||
void SrsMetaCache::dispose()
|
||||
|
Reference in New Issue
Block a user