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