This commit is contained in:
zhouhuang 2024-12-10 15:21:11 +08:00
parent c61e97cd4d
commit 4856e6106c

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)