emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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

Index: src/ralloc.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ralloc.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -b -r1.67 -r1.68
--- src/ralloc.c        14 May 2008 07:49:48 -0000      1.67
+++ src/ralloc.c        2 Jun 2008 06:00:53 -0000       1.68
@@ -425,7 +425,6 @@
   if (! (new_bloc = (bloc_ptr) malloc (BLOC_PTR_SIZE))
       || ! (new_bloc->data = obtain (break_value, size)))
     {
-      if (new_bloc)
        free (new_bloc);
 
       return 0;




reply via email to

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