mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 02:03:11 +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)
|
// cleanup the AudioInjectorManager (and any still running injectors)
|
||||||
DependencyManager::destroy<AudioInjectorManager>();
|
DependencyManager::destroy<AudioInjectorManager>();
|
||||||
DependencyManager::destroy<ScriptEngines>();
|
DependencyManager::destroy<ScriptEngines>();
|
||||||
|
DependencyManager::destroy<EntityScriptServerServices>();
|
||||||
|
|
||||||
// cleanup codec & encoder
|
// cleanup codec & encoder
|
||||||
if (_codec && _encoder) {
|
if (_codec && _encoder) {
|
||||||
|
|
Loading…
Reference in a new issue