Switched to std::map instead of hash_table_t in env.cpp and env_universal_common.cpp.

This commit is contained in:
Siteshwar Vashisht
2012-02-18 00:22:30 +05:30
parent a08450bcb6
commit 6e58c9f7c8
7 changed files with 342 additions and 378 deletions

View File

@@ -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
{