]> git.sesse.net Git - ffmpeg/commit
rtmpproto: Clear the flv allocation size on reallocp failures
authorMartin Storsjö <martin@martin.st>
Thu, 3 Oct 2013 10:27:10 +0000 (12:27 +0200)
committerMartin Storsjö <martin@martin.st>
Fri, 4 Oct 2013 06:25:06 +0000 (09:25 +0300)
commit72540e514ceaaed8ecb97ed63637b2a2a4447ab8
treecc18b6ac41b96cb96bdbfa013253d6e8fb2dfb7e
parent4d6d70292e91a7ef027824d731b6b6570ceabf2f
rtmpproto: Clear the flv allocation size on reallocp failures

This was overlooked in d872fb0f7 since I assumed all the realloc
issues in the rtmp code was fixed already.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtmpproto.c