From b658662ae4da6a9cfc83ed52d1cb9b84fcfa98ae Mon Sep 17 00:00:00 2001 From: "monty@hundin.mysql.fi" <> Date: Thu, 6 Dec 2001 14:10:51 +0200 Subject: Update copyright Fixed memory leak on shutdown (Affects the embedded version & MyODBC) --- readline/kill.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'readline/kill.c') diff --git a/readline/kill.c b/readline/kill.c index 328c85c2270..78387e138c2 100644 --- a/readline/kill.c +++ b/readline/kill.c @@ -440,7 +440,7 @@ rl_copy_backward_word (count, key) return (_rl_copy_word_as_kill (count, -1)); } - + /* Yank back the last killed text. This ignores arguments. */ int rl_yank (int count __attribute__((unused)), @@ -590,7 +590,7 @@ rl_yank_last_arg (count, key) if (history_skip < 0) history_skip = 0; } - + if (explicit_arg_p) retval = rl_yank_nth_arg_internal (count_passed, key, history_skip); else -- cgit v1.2.1