changeset 70284:1a11061f92fa

(yow): Free buf.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 29 Apr 2006 21:36:04 +0000
parents fe86bf681435
children 0f15a453179c
files lib-src/ChangeLog lib-src/yow.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ChangeLog	Sat Apr 29 21:18:05 2006 +0000
+++ b/lib-src/ChangeLog	Sat Apr 29 21:36:04 2006 +0000
@@ -1,5 +1,7 @@
 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
 
+	* yow.c (yow): Free buf.
+
 	* etags.c: Delete c-indentation-style local variable.
 
 2006-04-29  Richard Stallman  <rms@gnu.org>
--- a/lib-src/yow.c	Sat Apr 29 21:18:05 2006 +0000
+++ b/lib-src/yow.c	Sat Apr 29 21:36:04 2006 +0000
@@ -176,6 +176,7 @@
   }
   buf[i++] = 0;
   printf("%s\n", buf);
+  free (buf);
 }
 
 /* arch-tag: e40fc0df-bafb-4001-af24-5c883d1c685e