diff --git a/asn.cpp b/asn.cpp index fa1695af..c4d617d6 100644 --- a/asn.cpp +++ b/asn.cpp @@ -405,14 +405,14 @@ void BERGeneralDecoder::Init(byte asnTag) BERGeneralDecoder::~BERGeneralDecoder() { - try // avoid throwing in constructor + try // avoid throwing in destructor { if (!m_finished) MessageEnd(); } catch (const Exception&) { - assert(0); + // assert(0); } }