lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi!
In version 5.4.2 (5.4.2-rc), the clearkey function changed the condition from keyiswhite to keyiscollectable. Because of this, in the release build on Visual Studio 2010 x64, a crash occurs when calling luaL_loadbuffer. The debug version works fine. If you return the old check, then everything also works.