aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog2
-rw-r--r--lib-src/yow.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 6c3091e5906..1118ac226e2 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,5 +1,7 @@
12006-04-29 Dan Nicolaescu <dann@ics.uci.edu> 12006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * yow.c (yow): Free buf.
4
3 * etags.c: Delete c-indentation-style local variable. 5 * etags.c: Delete c-indentation-style local variable.
4 6
52006-04-29 Richard Stallman <rms@gnu.org> 72006-04-29 Richard Stallman <rms@gnu.org>
diff --git a/lib-src/yow.c b/lib-src/yow.c
index 1356ac6db18..18f0f7b2e13 100644
--- a/lib-src/yow.c
+++ b/lib-src/yow.c
@@ -176,6 +176,7 @@ yow (fp)
176 } 176 }
177 buf[i++] = 0; 177 buf[i++] = 0;
178 printf("%s\n", buf); 178 printf("%s\n", buf);
179 free (buf);
179} 180}
180 181
181/* arch-tag: e40fc0df-bafb-4001-af24-5c883d1c685e 182/* arch-tag: e40fc0df-bafb-4001-af24-5c883d1c685e