提交 f0ef6240 编写于 作者: P Philip Gladstone

Applied Roumen Petrov patch to fix crash/memory leak

Originally committed as revision 1758 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 37b787f1
......@@ -748,9 +748,6 @@ static void close_connection(HTTPContext *c)
ctx = &c->fmt_ctx;
for(i=0; i<ctx->nb_streams; i++)
av_free(ctx->streams[i]) ;
if (!c->last_packet_sent) {
if (ctx->oformat) {
/* prepare header */
......@@ -761,6 +758,9 @@ static void close_connection(HTTPContext *c)
}
}
for(i=0; i<ctx->nb_streams; i++)
av_free(ctx->streams[i]) ;
if (c->stream)
current_bandwidth -= c->stream->bandwidth;
av_freep(&c->pb_buffer);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册