Merge branch 'sellmesweetlittlecrashes' into 'master'

Clear the window manager before destroying singletons

Closes #8576

See merge request OpenMW/openmw!4727
This commit is contained in:
psi29a 2025-07-01 11:41:15 +00:00
commit 675146bd8b
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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;