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