1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-27 16:39:09 +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:
yexo
2009-02-13 16:25:53 +00:00
parent d3f018a7e3
commit 15b9366f06

View File

@@ -30,7 +30,6 @@ AIConfigItem _start_date_config = {
AIFileInfo::~AIFileInfo() AIFileInfo::~AIFileInfo()
{ {
this->engine->ReleaseObject(this->SQ_instance);
free((void *)this->author); free((void *)this->author);
free((void *)this->name); free((void *)this->name);
free((void *)this->short_name); free((void *)this->short_name);