diff options
Diffstat (limited to 'src/mess/machine/strata.c')
-rw-r--r-- | src/mess/machine/strata.c | 2 |
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 |