コード例 #1
0
ファイル: geos.go プロジェクト: Kotaimen/imposm3
func (this *Geos) Finish() {
	if this.v != nil {
		C.finishGEOS_r(this.v)
		this.v = nil
	}
}
コード例 #2
0
ファイル: cwrappers.go プロジェクト: helmi03/gogeos
func cfinishGEOS() {
	handlemu.Lock()
	defer handlemu.Unlock()
	C.finishGEOS_r(handle)
}