forked from localhorst/reHDD
pclose instead fclose
This commit is contained in:
@ -38,5 +38,5 @@ void Delete::deleteDrive(Drive* drive)
|
||||
{
|
||||
//wipefs running
|
||||
}
|
||||
fclose(deleteCmdOutput);
|
||||
pclose(deleteCmdOutput);
|
||||
}
|
||||
|
Reference in New Issue
Block a user