Example #1
0
File: ohmd.go Project: raggi/ohmd
func (c *Context) destroy() {
	C.ohmd_ctx_destroy(c.ctx)
}
Example #2
0
File: ohmd.go Project: raggi/ohmd
func ctxFinalizer(o *Context) {
	C.ohmd_ctx_destroy(o.ctx)
}