This commit is contained in:
谷成伟 2024-12-10 15:23:52 +08:00
commit b309d7779e

View File

@ -664,10 +664,12 @@ CHostADSBFProcess::~CHostADSBFProcess()
fclose(pf);
}
}
#if 0
if (m_threadRun) {
m_threadRun = FALSE;
m_startup.join();
}
#endif
}
BOOLEAN CHostADSBFProcess::calc(void)