summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/src/logmsg.c
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>1997-06-28 03:27:49 +0000
committertholo <tholo@openbsd.org>1997-06-28 03:27:49 +0000
commit2770ece558b09db842a03eacdf247234131b8970 (patch)
tree638bd9289d8d76224241fe8eb872ee2ed0bbbbdd /gnu/usr.bin/cvs/src/logmsg.c
parentIt was in the fucking wrapper, too! (diff)
downloadwireguard-openbsd-2770ece558b09db842a03eacdf247234131b8970.tar.xz
wireguard-openbsd-2770ece558b09db842a03eacdf247234131b8970.zip
Latest version from Cyclic Software
Diffstat (limited to 'gnu/usr.bin/cvs/src/logmsg.c')
-rw-r--r--gnu/usr.bin/cvs/src/logmsg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/cvs/src/logmsg.c b/gnu/usr.bin/cvs/src/logmsg.c
index 98e4ae1ff93..2655fd9214d 100644
--- a/gnu/usr.bin/cvs/src/logmsg.c
+++ b/gnu/usr.bin/cvs/src/logmsg.c
@@ -771,6 +771,8 @@ logfile_write (repository, filter, message, logfp, changes)
(void) walklist (changes, title_proc, NULL);
}
+ free (str_list_format);
+
/* Construct the final string. */
srepos = Short_Repository (repository);