luamemprofiler
luamemprofiler copied to clipboard
Stop does not remove finalize method
Add the following at line 128, where there is a pop.
/* remove finalizer */ lua_pushnil(L); lua_setmetatable(L, -2);