Merge branch 'master' into M17_AX25_FM

This commit is contained in:
Jonathan Naylor
2021-04-08 18:44:51 +01:00
12 changed files with 25 additions and 23 deletions

View File

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