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

merge from srs2, for kbps free io

This commit is contained in:
winlin 2017-01-22 13:16:05 +08:00
commit 5c959fc781
4 changed files with 13 additions and 11 deletions

View file

@ -138,9 +138,9 @@ int SrsSimpleRtmpClient::connect()
void SrsSimpleRtmpClient::close()
{
kbps->set_io(NULL, NULL);
srs_freep(client);
srs_freep(transport);
kbps->set_io(NULL, NULL);
}
int SrsSimpleRtmpClient::connect_app()