(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
1 changed files with 0 additions and 1 deletions

View File

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