mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-28 18:23:08 +00:00
ffserver: Clear avio context after closing it in rtp_new_av_stream()
Suggested-by: "Reynaldo H. Verdejo Pinochet" <reynaldo@osg.samsung.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
40063a900b
commit
a00cc2e40d
@ -3413,6 +3413,7 @@ static int rtp_new_av_stream(HTTPContext *c,
|
||||
return -1;
|
||||
}
|
||||
avio_close_dyn_buf(ctx->pb, &dummy_buf);
|
||||
ctx->pb = NULL;
|
||||
av_free(dummy_buf);
|
||||
|
||||
c->rtp_ctx[stream_index] = ctx;
|
||||
|
Loading…
Reference in New Issue
Block a user