fixed memory leak in chd_file_compressor::hashmap (no whatsnew)

This commit is contained in:
Oliver Stöneberg 2012-07-27 15:25:52 +00:00
parent 5864158d33
commit b401946fae

View File

@ -2717,6 +2717,7 @@ chd_file_compressor::hashmap::hashmap()
chd_file_compressor::hashmap::~hashmap()
{
reset();
delete m_block_list;
}