update
This commit is contained in:
parent
241832c79b
commit
7de4bab2d4
@ -996,6 +996,8 @@ BOOLEAN CHostADSBFProcess::OnTimer(void)
|
|||||||
if (!m_turbine->IsConnected())
|
if (!m_turbine->IsConnected())
|
||||||
{
|
{
|
||||||
vLog(LOG_DEBUG, "%s device not connected.\n", m_pidName.c_str());
|
vLog(LOG_DEBUG, "%s device not connected.\n", m_pidName.c_str());
|
||||||
|
delete m_turbine;
|
||||||
|
m_turbine = NULL;
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
m_apdu_t0_begin = system32.timers;
|
m_apdu_t0_begin = system32.timers;
|
||||||
|
Loading…
Reference in New Issue
Block a user