emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.c,v


From: Jim Meyering
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c,v
Date: Mon, 02 Jun 2008 06:09:23 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jim Meyering <meyering> 08/06/02 06:09:17

Index: src/xterm.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xterm.c,v
retrieving revision 1.995
retrieving revision 1.996
diff -u -b -r1.995 -r1.996
--- src/xterm.c 27 May 2008 21:10:55 -0000      1.995
+++ src/xterm.c 2 Jun 2008 06:09:17 -0000       1.996
@@ -9513,9 +9513,7 @@
       XFlush (FRAME_X_DISPLAY (f));
     }
 
-  if (f->output_data.x->saved_menu_event)
     xfree (f->output_data.x->saved_menu_event);
-
   xfree (f->output_data.x);
   f->output_data.x = NULL;
 
@@ -10522,9 +10520,7 @@
     xim_close_dpy (dpyinfo);
 #endif
 
-  if (dpyinfo->x_id_name)
     xfree (dpyinfo->x_id_name);
-  if (dpyinfo->color_cells)
     xfree (dpyinfo->color_cells);
   xfree (dpyinfo);
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]