Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-03-03 09:49:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
722e79003bd63c8d3d892cc3002557285c6850ff
722e7900
1 parent
d622da3b
merge from xiangcheng.liu, memory leak in amf0
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
trunk/src/rtmp/srs_protocol_rtmp_stack.cpp
trunk/src/rtmp/srs_protocol_rtmp_stack.cpp
查看文件 @
722e790
...
...
@@ -1812,6 +1812,8 @@ SrsConnectAppResPacket::SrsConnectAppResPacket()
{
command_name
=
RTMP_AMF0_COMMAND_RESULT
;
transaction_id
=
1
;
// TODO: FIXME: memory leak for decode will set the props and info.
// TODO: FIXME: bug#22, refine the amf0.
props
=
new
SrsAmf0Object
();
info
=
new
SrsAmf0Object
();
}
...
...
请
注册
或
登录
后发表评论