From 834af61b7d73822c82054faec1b78161c3a5185d Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 3 Jul 2018 08:14:37 +0100 Subject: [PATCH] Release m_tsdu in the P25 NID processing. --- P25NID.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/P25NID.cpp b/P25NID.cpp index 7e4f1e8..bc41f0b 100644 --- a/P25NID.cpp +++ b/P25NID.cpp @@ -95,6 +95,7 @@ CP25NID::~CP25NID() delete[] m_ldu2; delete[] m_termlc; delete[] m_term; + delete[] m_tsdu; delete[] m_pdu; }