fix memory leak (nw)

This commit is contained in:
Miodrag Milanovic 2015-11-06 08:11:05 +01:00
parent 2f06e2acc3
commit bcafd15b09

View File

@ -131,6 +131,7 @@ machine_manager::machine_manager(emu_options &options,osd_interface &osd)
machine_manager::~machine_manager()
{
global_free(m_lua);
m_manager = NULL;
}