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
message: fix crash caused by closing Lua too early
Pending messages may have `.free` callbacks pointing to functions in
loaded Lua C modules (DLL/SO). Closing Lua first invalidates these
pointers, so `message.free` may call an invalid function.
0 commit comments