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()