mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
fixed memory leak in chd_file_compressor::hashmap (no whatsnew)
This commit is contained in:
parent
5864158d33
commit
b401946fae
@ -2717,6 +2717,7 @@ chd_file_compressor::hashmap::hashmap()
|
|||||||
chd_file_compressor::hashmap::~hashmap()
|
chd_file_compressor::hashmap::~hashmap()
|
||||||
{
|
{
|
||||||
reset();
|
reset();
|
||||||
|
delete m_block_list;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user