On Thu, Mar 14, 2019 at 06:25:24PM +0100, Samuel Thibault wrote: > The iconv_t are opened but never closed. > > Spotted by Coverity: CID 1399708 > Spotted by Coverity: CID 1399709 > Spotted by Coverity: CID 1399713 > > Signed-off-by: Samuel Thibault <samuel.thiba...@ens-lyon.org> > --- > > Change since previous version: close all iconv_t, not only > ucs_to_wchar_conv.
Added to UI patch queue. thanks, Gerd