1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-14 16:50:58 +00:00

(yow): Free buf.

This commit is contained in:
Dan Nicolaescu 2006-04-29 21:36:04 +00:00
parent 084a663812
commit cdeda57951
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2006-04-29 Dan Nicolaescu <dann@ics.uci.edu> 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
* yow.c (yow): Free buf.
* etags.c: Delete c-indentation-style local variable. * etags.c: Delete c-indentation-style local variable.
2006-04-29 Richard Stallman <rms@gnu.org> 2006-04-29 Richard Stallman <rms@gnu.org>

View File

@ -176,6 +176,7 @@ yow (fp)
} }
buf[i++] = 0; buf[i++] = 0;
printf("%s\n", buf); printf("%s\n", buf);
free (buf);
} }
/* arch-tag: e40fc0df-bafb-4001-af24-5c883d1c685e /* arch-tag: e40fc0df-bafb-4001-af24-5c883d1c685e