aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c
index b9b99938ec5..b95f8a04e70 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -957,6 +957,8 @@ but if the second optional argument FORCE is non-nil, you may do so.")
957 Vframe_list = Fdelq (frame, Vframe_list); 957 Vframe_list = Fdelq (frame, Vframe_list);
958 FRAME_SET_VISIBLE (f, 0); 958 FRAME_SET_VISIBLE (f, 0);
959 959
960 if (f->namebuf)
961 free (f->namebuf);
960 if (FRAME_CURRENT_GLYPHS (f)) 962 if (FRAME_CURRENT_GLYPHS (f))
961 free_frame_glyphs (f, FRAME_CURRENT_GLYPHS (f)); 963 free_frame_glyphs (f, FRAME_CURRENT_GLYPHS (f));
962 if (FRAME_DESIRED_GLYPHS (f)) 964 if (FRAME_DESIRED_GLYPHS (f))