mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Don't send RPTCL on DMR under error conditions.
This commit is contained in:
parent
6b43bce561
commit
dad34bea98
7 changed files with 16 additions and 16 deletions
|
|
@ -1118,7 +1118,7 @@ int CMMDVMHost::run()
|
|||
}
|
||||
|
||||
if (m_dmrNetwork != NULL) {
|
||||
m_dmrNetwork->close();
|
||||
m_dmrNetwork->close(true);
|
||||
delete m_dmrNetwork;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue