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

for bug #186, read the args when discovery it. 1.0.4

This commit is contained in:
winlin 2014-10-24 13:22:35 +08:00
parent e3e18b9915
commit 3c31e6db05

View file

@ -1877,6 +1877,7 @@ int SrsConnectAppPacket::decode(SrsStream* stream)
// read the instance
if ((ret = any->read(stream)) != ERROR_SUCCESS) {
srs_error("amf0 decode connect args failed. ret=%d", ret);
srs_freep(any);
return ret;
}