mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- fixed premature destruction of status bar
Status bar was already freed while `FCajunMaster::RemoveAllBots()` function may still access it Status bar is destroyed a bit later in `P_Shutdown()` function https://forum.zdoom.org/viewtopic.php?t=72843
This commit is contained in:
parent
e91485c50c
commit
b5247182f4
1 changed files with 0 additions and 1 deletions
|
@ -3736,7 +3736,6 @@ void D_Cleanup()
|
|||
FreeSBarInfoScript();
|
||||
|
||||
// clean up game state
|
||||
ST_Clear();
|
||||
D_ErrorCleanup ();
|
||||
P_Shutdown();
|
||||
|
||||
|
|
Loading…
Reference in a new issue