Close cmdaccess.ini file if fopen found the file... (#815)

Close file if fopen found the file...
This commit is contained in:
Cleverson
2020-06-04 00:04:03 +02:00
committed by Arkshine
parent 15a14a0a43
commit 32a29f5a78
+4
View File
@@ -143,6 +143,10 @@ private:
fclose(fp);
};
}
else
{
fclose(fp);
}
};
/**
* Returns 1 if the timestamp for the file is different than the one we have loaded