emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/process.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/process.c
Date: Fri, 26 Sep 2003 20:25:40 -0400

Index: emacs/src/process.c
diff -c emacs/src/process.c:1.415 emacs/src/process.c:1.416
*** emacs/src/process.c:1.415   Tue Sep 23 17:57:51 2003
--- emacs/src/process.c Fri Sep 26 20:25:40 2003
***************
*** 5054,5060 ****
      {
        int require = encoding_buffer_size (coding, len);
        int from_byte = -1, from = -1, to = -1;
-       unsigned char *temp_buf = NULL;
  
        if (BUFFERP (object))
        {
--- 5054,5059 ----
***************
*** 5090,5097 ****
                     len, SBYTES (object));
        len = coding->produced;
        buf = SDATA (object);
-       if (temp_buf)
-       xfree (temp_buf);
      }
  
  #ifdef VMS
--- 5089,5094 ----




reply via email to

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