示例#1
0
 public function free()
 {
     $this->lt->free();
     $this->lb->free();
     $this->lm->free();
     $this->rt->free();
     $this->rb->free();
     $this->rm->free();
     $this->tm->free();
     $this->bm->free();
     parent::free();
 }