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:
parent
9f2554de93
commit
ebbbc028ab
1 changed files with 1 additions and 0 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue