[Ffmpeg-cvslog] r7604 - trunk/libavformat/aiff.c

Alex Beregszaszi alex
Sun Jan 21 14:44:06 CET 2007


Hi,

> Modified: trunk/libavformat/aiff.c
> ==============================================================================
> --- trunk/libavformat/aiff.c	(original)
> +++ trunk/libavformat/aiff.c	Sun Jan 21 13:47:46 2007
> @@ -166,7 +166,6 @@
>  
>      /* First verify if format is ok */
>      if (!enc->codec_tag) {
> -        av_free(aiff);
>          return -1;
>      }

And what about the useless {} ?

--
Alex





More information about the ffmpeg-cvslog mailing list