More file handle leaks fixed.
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402428
This commit is contained in:
parent
ae7e5a6a4b
commit
8182bdb476
@ -279,6 +279,7 @@ MD5Status ConnectionPool::GetMD5UpdateStatus( const char *md5 , smud_connection
|
|||||||
|
|
||||||
if (strcmp(latestMD5, md5String) == 0)
|
if (strcmp(latestMD5, md5String) == 0)
|
||||||
{
|
{
|
||||||
|
fclose(file);
|
||||||
return MD5Status_Current;
|
return MD5Status_Current;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user