mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use a different way to silence clang analyzer as done in r245494 by
explicitly telling the compiler that we are on the exit route. X-MFC: together with r245494
This commit is contained in:
parent
486beae0a6
commit
f3de285bbf
1 changed files with 1 additions and 2 deletions
|
|
@ -141,6 +141,5 @@ main(int argc, char *argv[])
|
|||
nleft -= n;
|
||||
}
|
||||
|
||||
free(e);
|
||||
return 0;
|
||||
exit(EX_OK);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue