示例#1
0
文件: ohmd.go 项目: raggi/ohmd
func (c *Context) destroy() {
	C.ohmd_ctx_destroy(c.ctx)
}
示例#2
0
文件: ohmd.go 项目: raggi/ohmd
func ctxFinalizer(o *Context) {
	C.ohmd_ctx_destroy(o.ctx)
}