mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 11:10:26 +00:00
[Bug Fix] Fix memory leak in ucs (#2409)
This commit is contained in:
+2
-1
@@ -887,7 +887,8 @@ void Client::AddCharacter(int CharID, const char *CharacterName, int Level) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Client::SendKeepAlive() {
|
void Client::SendKeepAlive() {
|
||||||
QueuePacket(new EQApplicationPacket(OP_SessionReady, 0));
|
EQApplicationPacket outapp(OP_SessionReady, 0);
|
||||||
|
QueuePacket(&outapp);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Client::SendMailBoxes() {
|
void Client::SendMailBoxes() {
|
||||||
|
|||||||
Reference in New Issue
Block a user