mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-21 08:51:14 -03:00
Switched to std::map instead of hash_table_t in env.cpp and env_universal_common.cpp.
This commit is contained in:
4
exec.cpp
4
exec.cpp
@@ -1742,6 +1742,8 @@ static int exec_subshell_internal( const wcstring &cmd, wcstring_list_t *lst )
|
||||
if( el )
|
||||
{
|
||||
lst->push_back(el);
|
||||
|
||||
free(el);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -1760,6 +1762,8 @@ static int exec_subshell_internal( const wcstring &cmd, wcstring_list_t *lst )
|
||||
if( el )
|
||||
{
|
||||
lst->push_back(el);
|
||||
|
||||
free(el);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user