]> git.ipfire.org Git - thirdparty/gettext.git/commit
intl: Fix a small memory leak.
authorBruno Haible <bruno@clisp.org>
Sun, 3 Aug 2025 17:34:19 +0000 (19:34 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 3 Aug 2025 17:34:19 +0000 (19:34 +0200)
commit6fa3d8eca2cea1adc024189f35ae76481a190f40
tree0106a6ea2d1d20dee3494b2b8282ecec9adf75fb
parentcad29a148e0521645dd3b5612683d5aa5d893c00
intl: Fix a small memory leak.

Reported by Coverity.

* gettext-runtime/intl/loadmsgcat.c (_nl_load_domain): Free
sysdep_segment_values before 'goto invalid'.
gettext-runtime/intl/loadmsgcat.c