wait cpu executor destroy (#4778)
This commit is contained in:
parent
d56d921409
commit
84ba2dfe88
|
|
@ -88,6 +88,7 @@ Engine::Engine() {
|
|||
}
|
||||
|
||||
Engine::~Engine() {
|
||||
ExecutorManager::getInstance()->clear("CPU");
|
||||
ExecutorManager::getInstance()->clear("CPUStreamsExecutor");
|
||||
ExecutorManager::getInstance()->clear("CPUCallbackExecutor");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue