lua-users home
lua-l archive

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


Hi,

does this happen at process exit?  In other words, is the lua_close(L)
triggered by some destructor of a global object?  If so, you have to
be careful about the order in which global objects are destructed.

(I ask because you suspect that a static member gets destructed.)

--
Wim