mirror of
https://github.com/cathery/sys-con.git
synced 2024-11-05 08:26:32 +00:00
Fix improper thread exit name
This commit is contained in:
parent
e9c9c67a12
commit
7bb3dc44d8
@ -375,11 +375,11 @@ Result mainLoop()
|
||||
pscPmModuleFinalize(&pscModule);
|
||||
pscPmModuleClose(&pscModule);
|
||||
eventClose(&pscModule.event);
|
||||
pscThread.Close();
|
||||
pscThread.Exit();
|
||||
|
||||
WriteToLog("Destroying events");
|
||||
CloseEvents();
|
||||
eventThread.Close();
|
||||
eventThread.Exit();
|
||||
|
||||
WriteToLog("Clearing interfaces");
|
||||
controllerInterfaces.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user