mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
more CR feedback
This commit is contained in:
parent
12c32d5834
commit
275fff4609
1 changed files with 1 additions and 0 deletions
|
@ -588,6 +588,7 @@ void EntityScriptServer::aboutToFinish() {
|
|||
// cleanup the AudioInjectorManager (and any still running injectors)
|
||||
DependencyManager::destroy<AudioInjectorManager>();
|
||||
DependencyManager::destroy<ScriptEngines>();
|
||||
DependencyManager::destroy<EntityScriptServerServices>();
|
||||
|
||||
// cleanup codec & encoder
|
||||
if (_codec && _encoder) {
|
||||
|
|
Loading…
Reference in a new issue