lua-users home
lua-l archive

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


> I feared that there would be no standard, reliable way to do this.

You could use the debug interface and traverse the whole Lua universe and
set to nil all variables (and table field anf upvalues) containing functions
that are about to be released.
--lhf