Don't send RPTCL on DMR under error conditions.

This commit is contained in:
Jonathan Naylor
2021-04-08 18:36:27 +01:00
parent 6b43bce561
commit dad34bea98
7 changed files with 16 additions and 16 deletions

View File

@@ -1118,7 +1118,7 @@ int CMMDVMHost::run()
}
if (m_dmrNetwork != NULL) {
m_dmrNetwork->close();
m_dmrNetwork->close(true);
delete m_dmrNetwork;
}