3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-27 19:15:24 +02:00

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>();