We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec340ee + 6ec8a77 commit 6afdfc8Copy full SHA for 6afdfc8
README.md
@@ -84,6 +84,7 @@ var (
84
func main() {
85
flag.Parse()
86
state := lua.NewState()
87
+ defer state.Close()
88
libs.Preload(state)
89
if *exec != `` {
90
if err := state.DoFile(*exec); err != nil {
0 commit comments