mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
Fix crash when exiting the debugger if breakpoints are set.
This commit is contained in:
parent
1fe479cb13
commit
eeb4e8bdf5
@ -711,6 +711,7 @@ device_t::device_t(running_machine &_machine, const device_config &config)
|
||||
|
||||
device_t::~device_t()
|
||||
{
|
||||
auto_free(&m_machine, m_debug);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user