This commit is contained in:
zhouhuang 2024-12-25 16:00:16 +08:00
parent 7986432f59
commit 8d20d95bde

View File

@ -999,6 +999,7 @@ BOOLEAN CHostADSBFProcess::OnTimer(void)
if (!m_turbine->IsConnected())
{
vLog(LOG_DEBUG, "%s device not connected.\n", m_pidName.c_str());
m_bRouteAdded = FALSE;
delete m_turbine;
m_turbine = NULL;
return TRUE;