mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-25 20:41:15 -03:00
Switched to std::map instead of hash_table_t in env.cpp and env_universal_common.cpp.
This commit is contained in:
@@ -431,6 +431,8 @@ static int builtin_complete( parser_t &parser, wchar_t **argv )
|
||||
path.push_back(a);
|
||||
else
|
||||
cmd.push_back(a);
|
||||
|
||||
free(a);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user