diff options
| author | Lua Team <team@lua.org> | 2004-12-07 12:00:00 +0000 |
|---|---|---|
| committer | repogen <> | 2004-12-07 12:00:00 +0000 |
| commit | 226f7859b5392b6680b7e703f9cc7f7f101fd365 (patch) | |
| tree | 4345e84719d7f9ccf8d62fa007cbd386f235c58a /etc/min.c | |
| parent | d8fd22e11b391cf183068049bebbee9702c8f78f (diff) | |
| download | lua-github-5.1-work3.tar.gz | |
Lua 5.1-work35.1-work3
Diffstat (limited to 'etc/min.c')
| -rw-r--r-- | etc/min.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,5 +43,6 @@ int main(void) lua_register(L,"print",print); if (lua_load(L,getF,stdin,"=stdin") || lua_pcall(L,0,0,0)) fprintf(stderr,"%s\n",lua_tostring(L,-1)); + lua_close(L); return 0; } |
