Beispiel #1
0
func (c *compiler) finalize() {
	C.yr_compiler_destroy(c.cptr)
	runtime.SetFinalizer(c, nil)
}
Beispiel #2
0
func (c *Compiler) Destroy() {
	C.yr_compiler_destroy(c.handle)
}