Skip to content

Commit

Permalink
fix(luajit): ensure that ffi loaded libs will not get GC'ed (lunarmod…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske authored Mar 20, 2023
1 parent fa948fd commit 83ce6c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions busted/luajit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ return function()
patch_without_return_value("cdef")
patch_with_return_value("typeof")
patch_with_return_value("metatype")
patch_with_return_value("load")
end

0 comments on commit 83ce6c2

Please sign in to comment.