summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/strata.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/strata.c')
-rw-r--r--src/mess/machine/strata.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/machine/strata.c b/src/mess/machine/strata.c
index 81632a6eec2..8fbe3e4659a 100644
--- a/src/mess/machine/strata.c
+++ b/src/mess/machine/strata.c
@@ -108,6 +108,8 @@ strataflash_device::strataflash_device(const machine_config &mconfig, const char
m_token = global_alloc_clear(strata_t);
}
+strataflash_device::~strataflash_device() { global_free(m_token); }
+
//-------------------------------------------------
// device_config_complete - perform any
// operations now that the configuration is