MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaF_freeclosure

Function luaF_freeclosure

Source/Misc/lua/src/lua.c:5980–5984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5978
5979
5980void luaF_freeclosure (lua_State *L, Closure *c) {
5981int size = (c->c.isC) ? sizeCclosure(c->c.nupvalues) :
5982sizeLclosure(c->l.nupvalues);
5983luaM_freemem(L, c, size);
5984}
5985
5986
5987/*

Callers 1

freeobjFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected