|
|
@ -178,6 +178,8 @@ private final function FillCommandToAliasesMap(Feature enabledFeature) |
|
|
|
InsertIntoAliasesMap(commandName, subcommandName, availableAliases[i]); |
|
|
|
InsertIntoAliasesMap(commandName, subcommandName, availableAliases[i]); |
|
|
|
commandName.FreeSelf(); |
|
|
|
commandName.FreeSelf(); |
|
|
|
subcommandName.FreeSelf(); |
|
|
|
subcommandName.FreeSelf(); |
|
|
|
|
|
|
|
commandName = none; |
|
|
|
|
|
|
|
subcommandName = none; |
|
|
|
} |
|
|
|
} |
|
|
|
// Clean up |
|
|
|
// Clean up |
|
|
|
_.memory.FreeMany(availableAliases); |
|
|
|
_.memory.FreeMany(availableAliases); |
|
|
|