mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-09 19:50:32 +02:00
readline changes to use xfree; bumped version to bash-5.2-beta
This commit is contained in:
@@ -1981,7 +1981,7 @@ compare_match (char *text, const char *match)
|
||||
{
|
||||
temp = (*rl_filename_dequoting_function) (text, rl_completion_quote_character);
|
||||
r = strcmp (temp, match);
|
||||
free (temp);
|
||||
xfree (temp);
|
||||
return r;
|
||||
}
|
||||
return (strcmp (text, match));
|
||||
|
||||
Reference in New Issue
Block a user