|
Olivier Goudron wrote:Garbage collected values must be anchored (in a local variable,
> sk.data = ""> > sv.data = "">
Lua table, etc.). A pointer inside a cdata struct is not
considered an anchor.
Not a bug. Read: http://luajit.org/ext_ffi_semantics.html#gc
--Mike