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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
truebrain 16 years ago
parent 6b25bc0e0c
commit 7eae652302

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

Loading…
Cancel
Save