]> git.ipfire.org Git - thirdparty/gettext.git/commit
Fix crash of xgettext with --its option.
authorBruno Haible <bruno@clisp.org>
Fri, 9 Dec 2016 20:04:31 +0000 (21:04 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 9 Dec 2016 20:04:31 +0000 (21:04 +0100)
commita0cab23332a254e3500cac2a3a984472d02180e5
tree141bf460902bf94a10c23338238c9fbfea8d546b
parent7eb592d6a7071a4d8d33f15668c33da79ec42780
Fix crash of xgettext with --its option.

* gettext-tools/src/xgettext.c (main): Free contents of its_dirs only when it
was initialized. Fixes bug introduced on 2016-05-16.
gettext-tools/src/xgettext.c