1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Squash: Fix bugs for 4.0

This commit is contained in:
winlin 2022-01-23 08:12:19 +08:00
parent ccc1e75f24
commit 6b7fc6fdb5
6 changed files with 24 additions and 6 deletions

View file

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