1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 20:50:52 -08:00

(Fdelete_frame): Call free_font_driver_list.

This commit is contained in:
Chong Yidong 2008-12-13 15:40:34 +00:00
parent 9f2554de93
commit ebbbc028ab

View 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));