(svn r15466) -Fix (r15330): The squirrel instance object was freed twice if an info.nut failed to compile.

pull/155/head
yexo 16 years ago
parent 232d21df13
commit 8370da7a33

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

Loading…
Cancel
Save