Miguel Ángel <[email protected]> writes: > The attached patch changes the arglist_parser_* function family to store > copies of the string instead only the passed string. > > It could be optimized if needed to store only copies if the string is > already stored, but I do not see a noticeable speed regression.
Well, though it looks the code should work, how is the impact of the memory leaks? Since 'xgettext' is not a long running program (nor a library), can't we simply ignore it if it is not severe? Regards, -- Daiki Ueno
