ColorThief\Image\Adapter\GDImageAdapter::destroy PHP Метод

destroy() публичный Метод

public destroy ( )
    public function destroy()
    {
        if ($this->resource) {
            imagedestroy($this->resource);
        }
        parent::destroy();
    }