z8000: global_free fix (nw)

This commit is contained in:
Alex W. Jackson 2014-03-12 04:27:16 +00:00
parent ab507b68dc
commit 91db5cd8e7

View File

@ -587,6 +587,6 @@ void z8000_init_tables(void)
void z8000_deinit_tables(void)
{
global_free( z8000_exec );
global_free_array( z8000_exec );
z8000_exec = NULL;
}