mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-14 10:09:11 +00:00
(svn r15466) -Fix (r15330): The squirrel instance object was freed twice if an info.nut failed to compile.
This commit is contained in:
@@ -30,7 +30,6 @@ AIConfigItem _start_date_config = {
|
||||
|
||||
AIFileInfo::~AIFileInfo()
|
||||
{
|
||||
this->engine->ReleaseObject(this->SQ_instance);
|
||||
free((void *)this->author);
|
||||
free((void *)this->name);
|
||||
free((void *)this->short_name);
|
||||
|
Reference in New Issue
Block a user