From: Dan Nicolaescu Date: Sat, 29 Apr 2006 21:36:04 +0000 (+0000) Subject: (yow): Free buf. X-Git-Tag: emacs-pretest-22.0.90~2899 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cdeda579513bea2a3fbf5916e0b08eb08c0b91a0;p=emacs.git (yow): Free buf. --- 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 @@ 2006-04-29 Dan Nicolaescu + * yow.c (yow): Free buf. + * etags.c: Delete c-indentation-style local variable. 2006-04-29 Richard Stallman 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) } buf[i++] = 0; printf("%s\n", buf); + free (buf); } /* arch-tag: e40fc0df-bafb-4001-af24-5c883d1c685e