Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libio: Fix gconv-related memory leak [BZ #24583] | Florian Weimer | 2019-05-21 | 1 | -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. |