diff --git a/CHANGELOG.md b/CHANGELOG.md index 479a19d905..67a7970983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -237,6 +237,7 @@ Bug #8503: Camera does not handle NaN gracefully Bug #8541: Lua: util.color:asHex produces wrong output for some colors Bug #8567: Token replacement does not work via CLI and relative paths passed via the command line are not relative to the CWD + Bug #8576: Crash on exit when unresolving containers with scripted items Feature #1415: Infinite fall failsafe Feature #2566: Handle NAM9 records for manual cell references Feature #3501: OpenMW-CS: Instance Editing - Shortcuts for axial locking diff --git a/apps/openmw/engine.cpp b/apps/openmw/engine.cpp index 7dc372f269..0f82e953c1 100644 --- a/apps/openmw/engine.cpp +++ b/apps/openmw/engine.cpp @@ -404,8 +404,8 @@ OMW::Engine::~Engine() mMechanicsManager = nullptr; mDialogueManager = nullptr; mJournal = nullptr; - mScriptManager = nullptr; mWindowManager = nullptr; + mScriptManager = nullptr; mWorld = nullptr; mStereoManager = nullptr; mSoundManager = nullptr;