gc improvement

This commit is contained in:
kremsy 2014-02-22 12:49:59 +01:00 committed by Steffen Schröder
parent 6654c7028a
commit ad691eb9f8

View File

@ -236,6 +236,7 @@ class ManiaControl implements CommandListener, TimerListener {
}
//Disable Garbage Collector
$this->collectGarbage();
gc_disable();
$this->log('Quitting ManiaControl!');