On Sun, 2012-01-22 at 19:58 +0100, Janne Grunau wrote:
> ---
>  libavformat/mxfdec.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
> index 4b63b27..0b514db 100644
> --- a/libavformat/mxfdec.c
> +++ b/libavformat/mxfdec.c
> @@ -1915,6 +1915,7 @@ static int mxf_read_close(AVFormatContext *s)
>  
>      for (i = 0; i < mxf->nb_index_tables; i++) {
>          av_freep(&mxf->index_tables[i].segments);
> +        av_freep(&mxf->index_tables[i].ptses);
>          av_freep(&mxf->index_tables[i].fake_index);
>      }
>      av_freep(&mxf->index_tables);

OK of course.

/Tomas

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to