diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index 2a3727ec..25592e4c 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -291,6 +291,12 @@ abstract class Pool extends Component } $this->_items[$name]->close(); $this->_items[$name] = null; + + if ($this->creates > -1) { + Timer::clear($this->creates); + $this->debug('clean timer.'); + } + }