Don't destroy ScriptEngines in aboutToFinish()

This commit is contained in:
Simon Walton 2018-07-09 17:38:39 -07:00
parent 1c23fc75a4
commit 2c629e2ec8

View file

@ -840,7 +840,6 @@ void Agent::aboutToFinish() {
// destroy all other created dependencies
DependencyManager::destroy<ScriptCache>();
DependencyManager::destroy<ScriptEngines>();
DependencyManager::destroy<ResourceCacheSharedItems>();
DependencyManager::destroy<SoundCache>();