emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jim Meyering
Subject: [Emacs-diffs] Changes to emacs/src/doprnt.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/doprnt.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/doprnt.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- src/doprnt.c        14 May 2008 07:49:23 -0000      1.49
+++ src/doprnt.c        2 Jun 2008 06:09:14 -0000       1.50
@@ -326,7 +326,6 @@
     };
 
   /* If we had to malloc something, free it.  */
-  if (big_buffer)
     xfree (big_buffer);
 
   *bufptr = 0;         /* Make sure our string end with a '\0' */




reply via email to

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