mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-19 16:18:45 +00:00
SWORD25: Fixed memory leak
svn-id: r53279
This commit is contained in:
parent
e7c9014b05
commit
1d6aa4d306
@ -82,6 +82,7 @@ FontResource::FontResource(Kernel *pKernel, const Common::String &FileName) :
|
||||
|
||||
_Valid = parse();
|
||||
close();
|
||||
free(xmlData);
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user