bug-readline
[Top][All Lists]
Advanced

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

Re: [Bug-readline] Re: PATCH: readline/histexpand.c, resource leak


From: Jim Blandy
Subject: Re: [Bug-readline] Re: PATCH: readline/histexpand.c, resource leak
Date: Mon, 20 Aug 2007 10:03:04 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Chet Ramey <address@hidden> writes:
> Jim Blandy wrote:
>> It seems to me that 'words' is a malloc'ed array of malloc'ed strings,
>> so 'free (words)' still leaks storage.
>
> I don't believe there's a case where wind == -1 and any malloced strings
> exist in words[].  There's no leak unless that can happen.

Not even if history_tokenize_internal's 'windp' argument falls in
whitespace between words?




reply via email to

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