mirror of
https://github.com/holub/mame
synced 2025-07-02 16:49:22 +03:00
Fix deallocation. (nw)
This commit is contained in:
parent
2f06a08ec4
commit
0b37bc2e3d
@ -188,6 +188,8 @@ void menu::exit(running_machine &machine)
|
|||||||
}
|
}
|
||||||
|
|
||||||
icons_bitmap.clear();
|
icons_bitmap.clear();
|
||||||
|
sw_toolbar_bitmap.clear();
|
||||||
|
toolbar_bitmap.clear();
|
||||||
m_old_icons.clear();
|
m_old_icons.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user