Beispiel #1
0
func (c *Context) destroy() {
	C.ohmd_ctx_destroy(c.ctx)
}
Beispiel #2
0
func ctxFinalizer(o *Context) {
	C.ohmd_ctx_destroy(o.ctx)
}