mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-20 10:23:57 +00:00
(x_free_frame_resources): Remove extraneous call to free_frame_faces.
This commit is contained in:
parent
5c629bf654
commit
75f23946ee
@ -9528,9 +9528,6 @@ x_free_frame_resources (f)
|
||||
if (f->output_data.x->black_relief.allocated_p)
|
||||
unload_color (f, f->output_data.x->black_relief.pixel);
|
||||
|
||||
if (FRAME_FACE_CACHE (f))
|
||||
free_frame_faces (f);
|
||||
|
||||
x_free_gcs (f);
|
||||
XFlush (FRAME_X_DISPLAY (f));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user