mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r15118) -Fix: fix a minor mem-leak
This commit is contained in:
parent
967356c7e5
commit
d790884ee6
@ -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…
Reference in New Issue
Block a user