qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] curses ui: add missing iconv_close


From: Samuel Thibault
Subject: Re: [Qemu-devel] [PATCH] curses ui: add missing iconv_close
Date: Thu, 14 Mar 2019 18:27:00 +0100
User-agent: NeoMutt/20170113 (1.7.2)

Peter Maydell, le jeu. 14 mars 2019 17:21:54 +0000, a ecrit:
> On Thu, 14 Mar 2019 at 17:20, Samuel Thibault
> <address@hidden> wrote:
> >
> > Signed-off-by: Samuel Thibault <address@hidden>
> > ---
> >  ui/curses.c | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/ui/curses.c b/ui/curses.c
> > index 3a7e8649f3..1f83a15a1c 100644
> > --- a/ui/curses.c
> > +++ b/ui/curses.c
> > @@ -646,6 +646,7 @@ static void font_setup(void)
> >              }
> >          }
> >      }
> > +    iconv_close(ucs_to_wchar_conv);
> >  }
> 
> Don't you need to iconv_close() font_conv and
> wchar_to_ucs_conv as well ?

Right, sorry, since I didn't have coverity access I didn't realize there
were three leaks.

Samuel



reply via email to

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