mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-26 16:09:10 +00:00
(svn r23746) -Fix: also set 'info' to NULL if 'instance' dies (for both AI and GS); avoids invalid memory reads
This commit is contained in:
@@ -104,6 +104,7 @@
|
||||
|
||||
delete c->ai_instance;
|
||||
c->ai_instance = NULL;
|
||||
c->ai_info = NULL;
|
||||
|
||||
cur_company.Restore();
|
||||
|
||||
|
@@ -94,6 +94,7 @@
|
||||
|
||||
delete Game::instance;
|
||||
Game::instance = NULL;
|
||||
Game::info = NULL;
|
||||
|
||||
cur_company.Restore();
|
||||
|
||||
|
Reference in New Issue
Block a user