diff --git a/sources/Commands/BuiltInCommands/ACommandHelp.uc b/sources/Commands/BuiltInCommands/ACommandHelp.uc index 88bdcf5..e3abfff 100644 --- a/sources/Commands/BuiltInCommands/ACommandHelp.uc +++ b/sources/Commands/BuiltInCommands/ACommandHelp.uc @@ -60,9 +60,6 @@ protected function Executed(Command.CallData callData, EPlayer callerPlayer) commandsToDisplay = DynamicArray(parameters.GetItem(P("commands"))); DisplayCommandHelpPages(callerPlayer, commandsToDisplay); } - _.memory.Free(callerPlayer); - _.memory.Free(parameters); - _.memory.Free(options); } private final function DisplayCommandList(EPlayer player)