mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
Merge pull request #3024 from firewave/menu
fixed MT06816 (alloc-dealloc-mismatch in menu.cpp) (nw)
This commit is contained in:
commit
6a65afba2a
@ -261,7 +261,7 @@ menu::~menu()
|
||||
{
|
||||
pool *const ppool = m_pool;
|
||||
m_pool = m_pool->next;
|
||||
global_free(ppool);
|
||||
global_free_array(ppool);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user