bugfix/ai-static-analysis #82
@ -313,6 +313,7 @@ void reHDD::searchDrives(std::list<Drive> *plistDrives)
|
|||||||
if (!fp)
|
if (!fp)
|
||||||
{
|
{
|
||||||
Logger::logThis()->error("Unable to execute lsblk to scan drives");
|
Logger::logThis()->error("Unable to execute lsblk to scan drives");
|
||||||
|
pclose(fp);
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user