MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / lua_freeline

Function lua_freeline

third-party/lua-5.5.0/src/lua.c:488–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486
487
488static void lua_freeline (char *line) {
489 if (l_readline != NULL) /* is there a 'readline'? */
490 free(line); /* free line created by it */
491 /* else 'lua_readline' used an automatic buffer; nothing to free */
492}
493
494
495#if defined(LUA_USE_DLOPEN) && defined(LUA_READLINELIB) /* { */

Callers 5

pushlineFunction · 0.85
pushlineFunction · 0.85
pushlineFunction · 0.85
pushlineFunction · 0.85
pushlineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected