diff options
author | 1997-06-28 03:27:49 +0000 | |
---|---|---|
committer | 1997-06-28 03:27:49 +0000 | |
commit | 2770ece558b09db842a03eacdf247234131b8970 (patch) | |
tree | 638bd9289d8d76224241fe8eb872ee2ed0bbbbdd /gnu/usr.bin/cvs/src/logmsg.c | |
parent | It was in the fucking wrapper, too! (diff) | |
download | wireguard-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.c | 2 |
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); |