mirror of
https://github.com/holub/mame
synced 2025-06-02 02:49:44 +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()
|
||||
{
|
||||
reset();
|
||||
delete m_block_list;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user