mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
Fixed memory Leak
This commit is contained in:
parent
4d2835a37a
commit
fe2b9a6ac5
@ -208,6 +208,8 @@ class Player{
|
|||||||
$this->dataPacket(MC_DISCONNECT);
|
$this->dataPacket(MC_DISCONNECT);
|
||||||
$this->buffer = null;
|
$this->buffer = null;
|
||||||
unset($this->buffer);
|
unset($this->buffer);
|
||||||
|
$this->recovery = null;
|
||||||
|
unset($this->recovery);
|
||||||
$this->queue = null;
|
$this->queue = null;
|
||||||
unset($this->queue);
|
unset($this->queue);
|
||||||
$this->connected = false;
|
$this->connected = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user