fix bug of NULL ptr for edge kbps object

This commit is contained in:
winlin 2014-05-13 11:34:44 +08:00
parent 7004510cc7
commit 0a1c0afe8d

View File

@ -334,7 +334,7 @@ int SrsEdgeIngester::connect_server()
SrsEdgeForwarder::SrsEdgeForwarder()
{
io = NULL;
kbps = NULL;
kbps = new SrsKbps();
client = NULL;
_edge = NULL;
_req = NULL;