]> git.ipfire.org Git - thirdparty/gettext.git/commit
xgettext: Fix bug with syntax-checks on messages from Perl source code.
authorBruno Haible <bruno@clisp.org>
Thu, 3 Jul 2025 10:50:15 +0000 (12:50 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 3 Jul 2025 13:48:48 +0000 (15:48 +0200)
commit62e3b84b92e5c5c213046ce5b66079a074d368ce
tree8a25507a8e1b5da08f02b4861a15cebee7e16f2d
parent762db318fc3e1944759e5417f017dd7b0ac7096b
xgettext: Fix bug with syntax-checks on messages from Perl source code.

* gettext-tools/src/x-perl.c (extract_perl): Don't free logical_file_name,
because it is referenced by the 'pos' field of the returned messages, and
xg-check.c accesses and prints it.
gettext-tools/src/x-perl.c