func (this *Geos) Finish() { if this.v != nil { C.finishGEOS_r(this.v) this.v = nil } }
func cfinishGEOS() { handlemu.Lock() defer handlemu.Unlock() C.finishGEOS_r(handle) }