mirror of https://git.ffmpeg.org/ffmpeg.git
ffserver: dont leak pb_buffer
This commit is contained in:
parent
3cb0bec687
commit
3d0867917f
|
@ -2254,6 +2254,7 @@ static int http_prepare_data(HTTPContext *c)
|
|||
c->state = HTTPSTATE_SEND_DATA_TRAILER;
|
||||
}
|
||||
|
||||
av_freep(&c->pb_buffer);
|
||||
len = avio_close_dyn_buf(ctx->pb, &c->pb_buffer);
|
||||
c->cur_frame_bytes = len;
|
||||
c->buffer_ptr = c->pb_buffer;
|
||||
|
|
Loading…
Reference in New Issue