diff --git a/assignment-client/src/Agent.cpp b/assignment-client/src/Agent.cpp index 37d3c1097e..f9c8c966a8 100644 --- a/assignment-client/src/Agent.cpp +++ b/assignment-client/src/Agent.cpp @@ -410,5 +410,5 @@ void Agent::aboutToFinish() { assetThread->wait(); // cleanup the AudioInjectorManager (and any still running injectors) - DependencyManager::set(); + DependencyManager::destroy(); }