diff --git a/src/lib/util/chd.h b/src/lib/util/chd.h index ee8a03f5d17..b178c6083ba 100644 --- a/src/lib/util/chd.h +++ b/src/lib/util/chd.h @@ -522,6 +522,7 @@ private: : m_osd(nullptr) , m_compressor(nullptr) , m_status(WS_READY) + , m_hunknum(0) , m_data(nullptr) , m_compressed(nullptr) , m_complen(0)