Fix memleak in OP_RaidUpdate

This commit is contained in:
Michael Cook (mackal)
2015-01-03 01:52:24 -05:00
parent 6a2260f106
commit 7cbefa4ec2
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1363,7 +1363,7 @@ namespace SoF
dest->FastQueuePacket(&outapp);
}
delete[] __emu_buffer;
safe_delete(inapp);
}
ENCODE(OP_ReadBook)