[FFmpeg-devel] [PATCH 1/6] sapenc: Free AVStream->info on cleanup

Måns Rullgård mans
Thu Feb 3 14:21:46 CET 2011


Martin Storsj? <martin at martin.st> writes:

> This fixes yet another memory leak, present since SVN rev 25418.
> ---
>  libavformat/sapenc.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/libavformat/sapenc.c b/libavformat/sapenc.c
> index b14c511..088f7bd 100644
> --- a/libavformat/sapenc.c
> +++ b/libavformat/sapenc.c
> @@ -48,6 +48,7 @@ static int sap_write_close(AVFormatContext *s)
>          url_fclose(rtpctx->pb);
>          av_metadata_free(&rtpctx->streams[0]->metadata);
>          av_metadata_free(&rtpctx->metadata);
> +        av_free(rtpctx->streams[0]->info);
>          av_free(rtpctx->streams[0]);
>          av_free(rtpctx);
>          s->streams[i]->priv_data = NULL;
> -- 
> 1.7.3.1

Looks fine, queued.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list