PHPRtfLite::free PHP Method

free() public method

public free ( )
    public function free()
    {
        foreach ($this->_sections as $section) {
            $section->free();
        }
    }