wait cpu executor destroy (#4796)
This commit is contained in:
parent
9b829d2884
commit
29873c0a1d
@ -104,6 +104,7 @@ Engine::Engine() {
|
||||
}
|
||||
|
||||
Engine::~Engine() {
|
||||
ExecutorManager::getInstance()->clear("CPU");
|
||||
ExecutorManager::getInstance()->clear("CPUStreamsExecutor");
|
||||
ExecutorManager::getInstance()->clear("CPUCallbackExecutor");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user