fix: The thread object maybe crash when the program exit

This commit is contained in:
dreamsourcelabTAI 2023-05-19 19:51:57 +08:00
parent 256cb24380
commit 23dbc976f4

View File

@ -60,7 +60,7 @@ AppControl* AppControl::Instance()
}
void AppControl::Destroy(){
delete this;
}
bool AppControl::Init()