remove extra line on exit (nw)

This commit is contained in:
Miodrag Milanovic 2014-06-08 08:45:26 +00:00
parent c30bcd3a2a
commit 6359f32b89

View File

@ -268,7 +268,6 @@ void lua_engine::initialize()
void lua_engine::close()
{
lua_settop(m_lua_state, 0); /* clear stack */
luai_writeline();
lua_close(m_lua_state);
}