Remove shutdown after memory dump. (#310)

This commit is contained in:
madcode15 2017-02-03 05:42:42 -05:00 committed by Dylan K. Taylor
parent 613226c661
commit 80920a1673

View File

@ -292,8 +292,6 @@ class MemoryManager{
echo "[Dump] Finished!\n";
gc_enable();
$this->server->forceShutdown();
}
private function continueDump($from, &$data, &$objects, &$refCounts, $recursion, $maxNesting, $maxStringSize){
@ -330,4 +328,4 @@ class MemoryManager{
$data = $from;
}
}
}
}