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:
Xin LI 2013-01-16 18:15:25 +00:00
parent 486beae0a6
commit f3de285bbf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245506

View File

@ -141,6 +141,5 @@ main(int argc, char *argv[])
nleft -= n;
}
free(e);
return 0;
exit(EX_OK);
}