mirror of
https://github.com/holub/mame
synced 2025-05-30 01:23:07 +03:00
z8000: global_free fix (nw)
This commit is contained in:
parent
ab507b68dc
commit
91db5cd8e7
@ -587,6 +587,6 @@ void z8000_init_tables(void)
|
|||||||
|
|
||||||
void z8000_deinit_tables(void)
|
void z8000_deinit_tables(void)
|
||||||
{
|
{
|
||||||
global_free( z8000_exec );
|
global_free_array( z8000_exec );
|
||||||
z8000_exec = NULL;
|
z8000_exec = NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user