(svn r15118) -Fix: fix a minor mem-leak

This commit is contained in:
truebrain 2009-01-17 14:45:44 +00:00
parent 6b25bc0e0c
commit 7eae652302
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ AIFileInfo::~AIFileInfo()
this->engine->ReleaseObject(this->SQ_instance);
free((void *)this->author);
free((void *)this->name);
free((void *)this->short_name);
free((void *)this->description);
free((void *)this->date);
free((void *)this->instance_name);