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