emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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

Index: src/frame.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/frame.c,v
retrieving revision 1.374
retrieving revision 1.375
diff -u -b -r1.374 -r1.375
--- src/frame.c 21 May 2008 03:58:41 -0000      1.374
+++ src/frame.c 2 Jun 2008 06:09:14 -0000       1.375
@@ -1477,19 +1477,12 @@
   Vframe_list = Fdelq (frame, Vframe_list);
   FRAME_SET_VISIBLE (f, 0);
 
-  if (f->namebuf)
     xfree (f->namebuf);
-  if (f->decode_mode_spec_buffer)
     xfree (f->decode_mode_spec_buffer);
-  if (FRAME_INSERT_COST (f))
     xfree (FRAME_INSERT_COST (f));
-  if (FRAME_DELETEN_COST (f))
     xfree (FRAME_DELETEN_COST (f));
-  if (FRAME_INSERTN_COST (f))
     xfree (FRAME_INSERTN_COST (f));
-  if (FRAME_DELETE_COST (f))
     xfree (FRAME_DELETE_COST (f));
-  if (FRAME_MESSAGE_BUF (f))
     xfree (FRAME_MESSAGE_BUF (f));
 
   /* Since some events are handled at the interrupt level, we may get




reply via email to

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