diff options
| author | Chong Yidong | 2008-12-13 15:40:34 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-12-13 15:40:34 +0000 |
| commit | ebbbc028abed83c5199092327c735aa38bf6250e (patch) | |
| tree | 48211bf6d3ea320ffda7fa6d1a18f9b8ce59b228 /src | |
| parent | 9f2554de935574cb1168b8de6fb3b38079bc4b80 (diff) | |
| download | emacs-ebbbc028abed83c5199092327c735aa38bf6250e.tar.gz emacs-ebbbc028abed83c5199092327c735aa38bf6250e.zip | |
(Fdelete_frame): Call free_font_driver_list.
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 1 |
1 files changed, 1 insertions, 0 deletions
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. */) | |||
| 1480 | Vframe_list = Fdelq (frame, Vframe_list); | 1480 | Vframe_list = Fdelq (frame, Vframe_list); |
| 1481 | FRAME_SET_VISIBLE (f, 0); | 1481 | FRAME_SET_VISIBLE (f, 0); |
| 1482 | 1482 | ||
| 1483 | free_font_driver_list (f); | ||
| 1483 | xfree (f->namebuf); | 1484 | xfree (f->namebuf); |
| 1484 | xfree (f->decode_mode_spec_buffer); | 1485 | xfree (f->decode_mode_spec_buffer); |
| 1485 | xfree (FRAME_INSERT_COST (f)); | 1486 | xfree (FRAME_INSERT_COST (f)); |