mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
Fix a leak
This commit is contained in:
@@ -1390,7 +1390,7 @@ static void complete_param_expand( const wchar_t *str,
|
||||
ACCEPT_INCOMPLETE |
|
||||
(do_file?0:EXPAND_SKIP_WILDCARDS);
|
||||
|
||||
if( expand_string( wcsdup(comp_str),
|
||||
if( expand_string( comp_str,
|
||||
comp_out,
|
||||
flags ) == EXPAND_ERROR )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user