From 04c32298350a0fdcfcd6acfc26fc182bf7e48ce4 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Sat, 29 Dec 2012 19:12:38 +0100 Subject: [PATCH] Removed GC Collector --- src/API/ConsoleAPI.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/API/ConsoleAPI.php b/src/API/ConsoleAPI.php index 7d526d69b..79050dbdb 100644 --- a/src/API/ConsoleAPI.php +++ b/src/API/ConsoleAPI.php @@ -44,8 +44,6 @@ class ConsoleAPI{ $this->loop->stop = true; $this->loop->notify(); $this->loop->join(); - unset($this->loop); - gc_collect_cycles(); } public function defaultCommands($cmd, $params){