ffserver: dont leak pb_buffer

This commit is contained in:
Lukasz Marek 2014-11-20 18:59:58 +01:00
parent 3cb0bec687
commit 3d0867917f
1 changed files with 1 additions and 0 deletions

View File

@ -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;