Gynt

Results 31 issues of Gynt

```lua cffi = require("cffi") callback = cffi.cast("void (*)()", function() end) callback:free() callback:set(function() end) callback:free() -- this line crashes ```