From: Chong Yidong Date: Sat, 13 Dec 2008 15:40:34 +0000 (+0000) Subject: (Fdelete_frame): Call free_font_driver_list. X-Git-Tag: emacs-pretest-23.0.90~1104 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ebbbc028abed83c5199092327c735aa38bf6250e;p=emacs.git (Fdelete_frame): Call free_font_driver_list. --- diff --git a/src/frame.c b/src/frame.c index 611dd1e2f55..560918aa9f3 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));