mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-31 18:39:10 +00:00
(svn r15042) -Fix (r15027): don't leak memory in AIInfo (Yexo)
This commit is contained in:
@@ -180,6 +180,7 @@ AIInfo::~AIInfo()
|
||||
/* Free all allocated strings */
|
||||
for (AIConfigItemList::iterator it = this->config_list.begin(); it != this->config_list.end(); it++) {
|
||||
free((char *)(*it).name);
|
||||
free((char *)(*it).description);
|
||||
}
|
||||
this->config_list.clear();
|
||||
}
|
||||
|
Reference in New Issue
Block a user