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:
parent
084a663812
commit
cdeda57951
@ -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>
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user