Fix crash when exiting the debugger if breakpoints are set.

This commit is contained in:
Aaron Giles 2010-08-02 08:40:01 +00:00
parent 1fe479cb13
commit eeb4e8bdf5

View File

@ -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);
}