mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(yow): Free buf.
This commit is contained in:
parent
084a663812
commit
cdeda57951
2 changed files with 3 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -176,6 +176,7 @@ yow (fp)
|
|||
}
|
||||
buf[i++] = 0;
|
||||
printf("%s\n", buf);
|
||||
free (buf);
|
||||
}
|
||||
|
||||
/* arch-tag: e40fc0df-bafb-4001-af24-5c883d1c685e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue