On 5/21/24 11:32 AM, Grisha Levit wrote:
- free command if it is the empty string
- free command before calling bound function, in case bound function
does not return, like rl_abort
Thanks for the report. I don't want to ring the bell if the command is
the empty string, so I did this slightl
- free command if it is the empty string
- free command before calling bound function, in case bound function
does not return, like rl_abort
---
lib/readline/text.c | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/lib/readline/text.c b/lib/readline/text.c
index c5281efe