diff --git a/Sources/Plasma/PubUtilLib/plGImage/plFont.cpp b/Sources/Plasma/PubUtilLib/plGImage/plFont.cpp index 99a90f23..eba35e2c 100644 --- a/Sources/Plasma/PubUtilLib/plGImage/plFont.cpp +++ b/Sources/Plasma/PubUtilLib/plGImage/plFont.cpp @@ -1913,6 +1913,7 @@ hsBool plFont::LoadFromBDF( const char *path, plBDFConvertCallback *callback ) catch( ... ) { IClear(); + fclose( fp ); return false; }