You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File: luainpython.c; func: Lua_run
In case eval == false - free(NULL)
In case eval == true and luaL_loadbuffer(LuaState, s, len, "") != 0 - no free(buf)