You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Uncommenting the line below will introduce a crash in callback:free().require("cffi")
locallgi=require("lgi")
localcallback=require("cffi").cast("void (*)()", function() end)
print("Before free")
callback:free()
print("After free")
I'm using cffi from luarocks, lua 5.1, and lgi from Debian repo (unstable).
The text was updated successfully, but these errors were encountered:
Hi, please see the below code for demo.
I'm using cffi from luarocks, lua 5.1, and lgi from Debian repo (unstable).
The text was updated successfully, but these errors were encountered: