Few minor issues highlighted by cppcheck/valgrind.

This commit is contained in:
Derision
2013-03-04 19:15:07 +00:00
parent af1f87a00f
commit c8ca362eba
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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);
}