]> git.eshelyaron.com Git - emacs.git/commitdiff
(yow): Free buf.
authorDan Nicolaescu <dann@ics.uci.edu>
Sat, 29 Apr 2006 21:36:04 +0000 (21:36 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sat, 29 Apr 2006 21:36:04 +0000 (21:36 +0000)
lib-src/ChangeLog
lib-src/yow.c

index 6c3091e5906f358b35d3c5a2f3fadc2c58bc9da6..1118ac226e23688b92b6f1203d6ea98266c6e68d 100644 (file)
@@ -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>
index 1356ac6db187bb2e51d98bf9229fd8c9f610cdc3..18f0f7b2e13440058365e88c1c6a6d2b2e2fe085 100644 (file)
@@ -176,6 +176,7 @@ yow (fp)
   }
   buf[i++] = 0;
   printf("%s\n", buf);
+  free (buf);
 }
 
 /* arch-tag: e40fc0df-bafb-4001-af24-5c883d1c685e