From b401946faeee0c3503a467e57d0bc51b06eec6f2 Mon Sep 17 00:00:00 2001 From: Oliver Stöneberg Date: Fri, 27 Jul 2012 15:25:52 +0000 Subject: fixed memory leak in chd_file_compressor::hashmap (no whatsnew) --- src/lib/util/chd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/lib/util/chd.c b/src/lib/util/chd.c index dd373c05c6a..70510531db0 100644 --- a/src/lib/util/chd.c +++ b/src/lib/util/chd.c @@ -2717,6 +2717,7 @@ chd_file_compressor::hashmap::hashmap() chd_file_compressor::hashmap::~hashmap() { reset(); + delete m_block_list; } -- cgit v1.2.3-70-g09d2