[MPlayer-cvslog] r35628 - trunk/libaf/af_export.c

Xidorn Quan quanxunzhen at gmail.com
Tue Dec 11 13:44:46 CET 2012


On Tue, Dec 11, 2012 at 8:26 PM, Diego Biurrun <diego at biurrun.de> wrote:

> 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 ...
>

Sorry, I forgot. The cosmetic patch has been committed.

-- 
Xidorn Quan
GnuPG fingerprint: 6F1E DF9A D250 7505 63E2  345E 7570 8D3F 7C9A 1209


More information about the MPlayer-cvslog mailing list