Skip to content
Snippets Groups Projects
Commit 810475a4 authored by Luigi Scarso's avatar Luigi Scarso
Browse files

close lua state at normal exit (HH)

parent 38ff6d9f
No related branches found
No related tags found
No related merge requests found
......@@ -219,6 +219,7 @@ void do_final_end(void)
{
update_terminal();
ready_already = 0;
lua_close(Luas); /* new per 0.99 */
if ((history != spotless) && (history != warning_issued))
uexit(1);
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment