(Fdelete_frame): Call free_font_driver_list.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 13 Dec 2008 15:40:34 +0000 (15:40 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 13 Dec 2008 15:40:34 +0000 (15:40 +0000)
src/frame.c

index 611dd1e..560918a 100644 (file)
@@ -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));