mirror of
https://github.com/systemd/systemd.git
synced 2025-03-24 14:50:17 +03:00
coccinelle: run safe_fclose.cocci again
This commit is contained in:
parent
d2f646828e
commit
f5c4b520ba
@ -1072,8 +1072,7 @@ int main(int argc, char *argv[]) {
|
||||
end:
|
||||
pager_close();
|
||||
|
||||
if (arg_output)
|
||||
fclose(arg_output);
|
||||
safe_fclose(arg_output);
|
||||
|
||||
return r >= 0 ? r : EXIT_FAILURE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user