Mercurial > emacs
changeset 11495:da1a40d86231
(Fdelete_frame): Free f->namebuf.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 19 Apr 1995 20:58:28 +0000 |
parents | 20c2172831b8 |
children | db02849ee365 |
files | src/frame.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.c Wed Apr 19 20:55:31 1995 +0000 +++ b/src/frame.c Wed Apr 19 20:58:28 1995 +0000 @@ -957,6 +957,8 @@ Vframe_list = Fdelq (frame, Vframe_list); FRAME_SET_VISIBLE (f, 0); + if (f->namebuf) + free (f->namebuf); if (FRAME_CURRENT_GLYPHS (f)) free_frame_glyphs (f, FRAME_CURRENT_GLYPHS (f)); if (FRAME_DESIRED_GLYPHS (f))