1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-14 20:31:56 +00:00

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;