about summary refs log tree commit diff
path: root/libio/tst-wfile-ascii.c
Commit message (Collapse)AuthorAgeFilesLines
* libio: Fix gconv-related memory leak [BZ #24583]Florian Weimer2019-05-211-0/+56
struct gconv_fcts for the C locale is statically allocated, and __gconv_close_transform deallocates the steps object. Therefore this commit introduces __wcsmbs_close_conv to avoid freeing the statically allocated steps objects.