=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/rcsclean.c,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- src/usr.bin/rcs/rcsclean.c 2015/01/16 06:40:11 1.54 +++ src/usr.bin/rcs/rcsclean.c 2015/11/02 16:45:21 1.55 @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsclean.c,v 1.54 2015/01/16 06:40:11 deraadt Exp $ */ +/* $OpenBSD: rcsclean.c,v 1.55 2015/11/02 16:45:21 nicm Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. @@ -209,10 +209,8 @@ rcs_set_mtime(file, rcs_mtime); out: - if (b1 != NULL) - buf_free(b1); - if (b2 != NULL) - buf_free(b2); + buf_free(b1); + buf_free(b2); if (file != NULL) rcs_close(file); }