mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
merge from feilong, fix memory leak.
This commit is contained in:
parent
1f9fae43a4
commit
29be14dd37
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ SrsFastVector::SrsFastVector()
|
||||||
SrsFastVector::~SrsFastVector()
|
SrsFastVector::~SrsFastVector()
|
||||||
{
|
{
|
||||||
free();
|
free();
|
||||||
|
srs_freep(msgs);
|
||||||
}
|
}
|
||||||
|
|
||||||
int SrsFastVector::size()
|
int SrsFastVector::size()
|
||||||
|
|
Loading…
Reference in a new issue