aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-12-13 15:40:34 +0000
committerChong Yidong <[email protected]>2008-12-13 15:40:34 +0000
commitebbbc028abed83c5199092327c735aa38bf6250e (patch)
tree48211bf6d3ea320ffda7fa6d1a18f9b8ce59b228 /src
parent9f2554de935574cb1168b8de6fb3b38079bc4b80 (diff)
(Fdelete_frame): Call free_font_driver_list.
Diffstat (limited to 'src')
-rw-r--r--src/frame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c
index 611dd1e2f5..560918aa9f 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -1480,6 +1480,7 @@ But FORCE inhibits this too. */)
Vframe_list = Fdelq (frame, Vframe_list);
FRAME_SET_VISIBLE (f, 0);
+ free_font_driver_list (f);
xfree (f->namebuf);
xfree (f->decode_mode_spec_buffer);
xfree (FRAME_INSERT_COST (f));