mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
fix memory leak (nw)
This commit is contained in:
parent
2f06e2acc3
commit
bcafd15b09
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user