mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +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->buffer = null;
|
||||
unset($this->buffer);
|
||||
$this->recovery = null;
|
||||
unset($this->recovery);
|
||||
$this->queue = null;
|
||||
unset($this->queue);
|
||||
$this->connected = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user