From 75f23946ee80c2e25a2a0fa8a0b93c12a699d052 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 15 Dec 2008 01:57:54 +0000 Subject: [PATCH] (x_free_frame_resources): Remove extraneous call to free_frame_faces. --- src/xterm.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/xterm.c b/src/xterm.c index c47bd5026f7..505100c6488 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -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)); } -- 2.39.5