mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-19 21:21:15 -03:00
Added constructor to completion_t for guarranted initialzation of flags attribute.
This commit is contained in:
@@ -1254,8 +1254,8 @@ static void run_pager( wchar_t *prefix, int is_quoted, const std::vector<complet
|
||||
foo );
|
||||
}
|
||||
|
||||
free( foo );
|
||||
free( baz );
|
||||
// free( foo );
|
||||
// free( baz );
|
||||
}
|
||||
|
||||
free( escaped_separator );
|
||||
|
||||
Reference in New Issue
Block a user