Fix memleak in OP_RaidJoin

This commit is contained in:
Michael Cook (mackal)
2015-01-03 02:38:55 -05:00
parent 3da3b5641f
commit 1b5db0684e
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1296,7 +1296,7 @@ namespace SoF
strn0cpy(general->player_name, raid_create->leader_name, 64);
dest->FastQueuePacket(&outapp_create);
delete[] __emu_buffer;
safe_delete(inapp);
}
ENCODE(OP_RaidUpdate)