[MPlayer-cvslog] r35628 - trunk/libaf/af_export.c
Diego Biurrun
diego at biurrun.de
Tue Dec 11 13:26:09 CET 2012
On Sun, Dec 09, 2012 at 10:07:01AM +0100, upsuper wrote:
> --- trunk/libaf/af_export.c Sun Dec 9 04:15:32 2012 (r35627)
> +++ trunk/libaf/af_export.c Sun Dec 9 10:07:00 2012 (r35628)
> @@ -74,7 +74,6 @@ static int control(struct af_instance_s*
>
> // Free previous buffers
> - if (s->buf[0])
> free(s->buf[0]);
>
> @@ -183,7 +182,6 @@ static void uninit( struct af_instance_s
>
> if(af->setup){
> af_export_t* s = af->setup;
> - if (s->buf[0])
> free(s->buf[0]);
You left indentation messed up ...
Diego
More information about the MPlayer-cvslog
mailing list