正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -1812,6 +1812,8 @@ SrsConnectAppResPacket::SrsConnectAppResPacket() | @@ -1812,6 +1812,8 @@ SrsConnectAppResPacket::SrsConnectAppResPacket() | ||
| 1812 | { | 1812 | { |
| 1813 | command_name = RTMP_AMF0_COMMAND_RESULT; | 1813 | command_name = RTMP_AMF0_COMMAND_RESULT; |
| 1814 | transaction_id = 1; | 1814 | transaction_id = 1; |
| 1815 | + // TODO: FIXME: memory leak for decode will set the props and info. | ||
| 1816 | + // TODO: FIXME: bug#22, refine the amf0. | ||
| 1815 | props = new SrsAmf0Object(); | 1817 | props = new SrsAmf0Object(); |
| 1816 | info = new SrsAmf0Object(); | 1818 | info = new SrsAmf0Object(); |
| 1817 | } | 1819 | } |
-
请 注册 或 登录 后发表评论