=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/file.c,v retrieving revision 1.118 retrieving revision 1.119 diff -c -r1.118 -r1.119 *** src/usr.bin/cvs/file.c 2005/09/06 17:08:05 1.118 --- src/usr.bin/cvs/file.c 2005/09/11 14:16:48 1.119 *************** *** 1,4 **** ! /* $OpenBSD: file.c,v 1.118 2005/09/06 17:08:05 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: file.c,v 1.119 2005/09/11 14:16:48 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 1020,1026 **** if (cf->cf_type == DT_DIR) { if (cf->cf_root != NULL) ! cvsroot_free(cf->cf_root); if (cf->cf_repo != NULL) free(cf->cf_repo); while (!SIMPLEQ_EMPTY(&(cf->cf_files))) { --- 1020,1026 ---- if (cf->cf_type == DT_DIR) { if (cf->cf_root != NULL) ! cvsroot_remove(cf->cf_root); if (cf->cf_repo != NULL) free(cf->cf_repo); while (!SIMPLEQ_EMPTY(&(cf->cf_files))) {