Re: [libav-devel] [PATCH] libavformat: Free AVFormatContext->streams

2011-04-20 Thread Ronald S. Bultje
Hi, On Wed, Apr 20, 2011 at 5:32 AM, Martin Storsjö wrote: > After switching this from a statically allocated array to a > dynamically allocated one in the major bump, this needs explicit > freeing. > --- > Tested that it passes FATE, too. > >  libavformat/utils.c |    1 + >  1 files changed, 1 i

[libav-devel] [PATCH] libavformat: Free AVFormatContext->streams

2011-04-20 Thread Martin Storsjö
After switching this from a statically allocated array to a dynamically allocated one in the major bump, this needs explicit freeing. --- Tested that it passes FATE, too. libavformat/utils.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/libavformat/utils.c b/libavformat