=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/newsyslog/newsyslog.c,v retrieving revision 1.98 retrieving revision 1.99 diff -u -r1.98 -r1.99 --- src/usr.bin/newsyslog/newsyslog.c 2015/11/19 08:23:48 1.98 +++ src/usr.bin/newsyslog/newsyslog.c 2015/12/09 19:28:34 1.99 @@ -1,4 +1,4 @@ -/* $OpenBSD: newsyslog.c,v 1.98 2015/11/19 08:23:48 sthen Exp $ */ +/* $OpenBSD: newsyslog.c,v 1.99 2015/12/09 19:28:34 mmcc Exp $ */ /* * Copyright (c) 1999, 2002, 2003 Todd C. Miller @@ -1069,8 +1069,7 @@ cleanup: free(flog); - if (rb != NULL) - free(rb); + free(rb); return (1); }