winlin

merge from xiangcheng.liu, memory leak in amf0

@@ -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 }