fixed MT06816 (alloc-dealloc-mismatch in menu.cpp) (nw)
This commit is contained in:
parent
bb2bcb1b56
commit
4f0852d0d0
@ -261,7 +261,7 @@ menu::~menu()
|
|||||||
{
|
{
|
||||||
pool *const ppool = m_pool;
|
pool *const ppool = m_pool;
|
||||||
m_pool = m_pool->next;
|
m_pool = m_pool->next;
|
||||||
global_free(ppool);
|
global_free_array(ppool);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user