bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gettext] [Patch 1/1] arglist_parser_* memory leaks


From: Daiki Ueno
Subject: Re: [bug-gettext] [Patch 1/1] arglist_parser_* memory leaks
Date: Mon, 04 Mar 2013 16:07:14 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Miguel Ángel <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]