2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00
Close a file descriptor that could be leaked
This commit is contained in:
2012-02-16 19:59:21 -05:00
parent 85136f8050
commit 7720981324

View File

@ -1913,6 +1913,7 @@ hsBool plFont::LoadFromBDF( const char *path, plBDFConvertCallback *callback )
catch( ... )
{
IClear();
fclose( fp );
return false;
}