more CR feedback

This commit is contained in:
ZappoMan 2017-10-24 14:02:47 -07:00
parent 12c32d5834
commit 275fff4609

View file

@ -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) {