1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-18 06:03:42 +03:00

journalctl: pager_close() calls fflush(stdout) anyway as first thing

This commit is contained in:
Lennart Poettering 2019-11-26 11:28:33 +01:00
parent c31469e2ee
commit 3aebd9d6dd

View File

@ -2668,7 +2668,6 @@ int main(int argc, char *argv[]) {
}
finish:
fflush(stdout);
pager_close();
strv_free(arg_file);