--- orig-list.c Tue Oct 17 13:48:07 2000 +++ cvs/cvs-cvs/ccvs/src/list.c Tue Oct 17 10:16:55 2000 @@ -336,7 +336,7 @@ (int *) NULL); - if (list_all == 0 && vers_tag != NULL && RCS_isdead (rcsfile, vers_tag)) + if (vers_tag != NULL && RCS_isdead (rcsfile, vers_tag) && list_all == 0) { free (vers_tag); vers_tag = NULL;