Skip to content

Commit

Permalink
bugfix:SrsMetaCache memleak
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglei committed Jan 22, 2022
1 parent dc43a11 commit c65b954
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trunk/src/app/srs_app_source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1519,6 +1519,8 @@ SrsMetaCache::SrsMetaCache()
SrsMetaCache::~SrsMetaCache()
{
dispose();
srs_freep(vformat);
srs_freep(aformat);
}

void SrsMetaCache::dispose()
Expand Down

0 comments on commit c65b954

Please sign in to comment.