diff options
-rw-r--r-- | usr.bin/cvs/tag.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/tag.c b/usr.bin/cvs/tag.c index 7e6eebf2559..fac4752553f 100644 --- a/usr.bin/cvs/tag.c +++ b/usr.bin/cvs/tag.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tag.c,v 1.71 2008/03/09 03:14:52 joris Exp $ */ +/* $OpenBSD: tag.c,v 1.72 2008/03/12 13:54:49 joris Exp $ */ /* * Copyright (c) 2006 Xavier Santolaria <xsa@openbsd.org> * @@ -314,6 +314,7 @@ tag_add(struct cvs_file *cf) return (-1); } (void)rcsnum_tostr(trev, trevbuf, sizeof(trevbuf)); + rcsnum_free(trev); if (!(runflags & T_FORCE_MOVE)) { cvs_printf("W %s : %s ", cf->file_path, tag_name); |