mirror of
https://github.com/holub/mame
synced 2025-06-02 10:59:52 +03:00
Fixed crash with icons in main list. (nw)
This commit is contained in:
parent
fb042faff4
commit
6229515a9f
@ -185,6 +185,8 @@ void menu::exit(running_machine &machine)
|
||||
mre.texture_free(sw_toolbar_texture[i]);
|
||||
mre.texture_free(toolbar_texture[i]);
|
||||
}
|
||||
|
||||
icons_bitmap.clear();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user