1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-14 12:21:55 +00:00

connect vhost/app packet decoded.

This commit is contained in:
winlin 2013-10-19 21:39:19 +08:00
parent df400ef1c5
commit 2c53134bbb

View file

@ -100,6 +100,7 @@ int SrsRtmp::connect_app(SrsApp** papp)
return ret;
}
SrsAutoFree(SrsMessage, msg, false);
srs_info("get connect app message");
return ret;
}