diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-01-26 06:21:52 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-01-26 06:21:52 +0000 |
commit | 22648c5c3d27bbb205d87ef4c50483b05185f0bd (patch) | |
tree | d30726dca275b17efce227793cd3a12afc0ea598 | |
parent | 9be57789ffd5171fe36f279b7e5d5a76bccf3abf (diff) |
extra xfree leftover; from tbert.
-rw-r--r-- | usr.bin/cvs/add.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/add.c b/usr.bin/cvs/add.c index 075d315f6ec..5687d1b0a26 100644 --- a/usr.bin/cvs/add.c +++ b/usr.bin/cvs/add.c @@ -1,4 +1,4 @@ -/* $OpenBSD: add.c,v 1.70 2007/01/25 18:56:33 otto Exp $ */ +/* $OpenBSD: add.c,v 1.71 2007/01/26 06:21:51 otto Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * Copyright (c) 2005, 2006 Xavier Santolaria <xsa@openbsd.org> @@ -233,7 +233,6 @@ add_directory(struct cvs_file *cf) } cf->file_status = FILE_SKIP; - xfree(entry); } static void |