Addm missed required call to xo_finish() when only header is printed.
Reported by: pho Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
bd4dcc3e5f
commit
81fc45fc23
@ -612,6 +612,7 @@ main(int argc, char *argv[])
|
||||
|
||||
if (nkept == 0) {
|
||||
printheader();
|
||||
xo_finish();
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user