qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] audio: Add sndio backend


From: Gerd Hoffmann
Subject: Re: [PATCH] audio: Add sndio backend
Date: Fri, 6 Mar 2020 09:23:56 +0100

> > > ERROR: g_free(NULL) is safe this check is probably not required
> > > #381: FILE: audio/sndioaudio.c:318:
> > > +    if (self->pfds) {
> > > +        g_free(self->pfds);
> > Reasonable too.
> 
> Not clear to me. Leave as is or needs a change?

Just use "g_free(self->pfds)".

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]