mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
Few minor issues highlighted by cppcheck/valgrind.
This commit is contained in:
+1
-1
@@ -11629,5 +11629,5 @@ void command_augmentitem(Client *c, const Seperator *sep)
|
||||
in_augment->augment_slot = -1;
|
||||
if(c->GetTradeskillObject() != NULL)
|
||||
Object::HandleAugmentation(c, in_augment, c->GetTradeskillObject());
|
||||
safe_delete(in_augment);
|
||||
safe_delete_array(in_augment);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user