correct situation where a nullptr crash during shutdown would occur if the update timers for RID or TGID ACL on the host were set to 0 (i.e. no update);

82-dvmbridge---implement-notch-filter-for-2175hz-trc-guard-tone
Bryan Biedenkapp 1 year ago
parent b419c56405
commit c1d8186da9

@ -1667,11 +1667,11 @@ void Host::setState(uint8_t state)
if (m_tidLookup != nullptr) { if (m_tidLookup != nullptr) {
m_tidLookup->stop(); m_tidLookup->stop();
delete m_tidLookup; //delete m_tidLookup;
} }
if (m_ridLookup != nullptr) { if (m_ridLookup != nullptr) {
m_ridLookup->stop(); m_ridLookup->stop();
delete m_ridLookup; //delete m_ridLookup;
} }
} }
else { else {

Loading…
Cancel
Save

Powered by TurnKey Linux.