1
0
Fork 0
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:
winlin 2015-01-17 11:16:13 +08:00
parent 1f9fae43a4
commit 29be14dd37

View file

@ -167,6 +167,7 @@ SrsFastVector::SrsFastVector()
SrsFastVector::~SrsFastVector() SrsFastVector::~SrsFastVector()
{ {
free(); free();
srs_freep(msgs);
} }
int SrsFastVector::size() int SrsFastVector::size()