Re: opaque pointers and metatype

  • From: Cosmin Apreutesei <cosmin.apreutesei@xxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Sun, 2 Mar 2014 04:42:30 +0200

(email is not an editor, sorry to dblpost)

the destroy function is like this actually:

> function destroy(h)
>    destroy(ffi.new('handle[1]', h))
> end

Other related posts: