Changeset - r10785:c47d54bc18e6
[Not reviewed]
master
0 1 0
truebrain - 15 years ago 2009-01-17 14:45:44
truebrain@openttd.org
(svn r15118) -Fix: fix a minor mem-leak
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/ai/ai_info.cpp
Show inline comments
 
@@ -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);
0 comments (0 inline, 0 general)