Release m_tsdu in the P25 NID processing.

This commit is contained in:
Jonathan Naylor 2018-07-03 08:14:37 +01:00
parent 93917ef9b4
commit 834af61b7d

View file

@ -95,6 +95,7 @@ CP25NID::~CP25NID()
delete[] m_ldu2;
delete[] m_termlc;
delete[] m_term;
delete[] m_tsdu;
delete[] m_pdu;
}