Fixed a few file handle leaks

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402432
This commit is contained in:
Matt Woodrow
2008-07-31 21:08:00 +00:00
parent 401c6b445d
commit ea748cfdbd
3 changed files with 8 additions and 0 deletions
+2
View File
@@ -169,6 +169,8 @@ CPlugin *CPlugin::CreatePlugin(const char *file, char *error, size_t maxlength)
return pPlugin;
}
fclose(fp);
return pPlugin;
}