emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/charset.c
Date: Tue, 26 Oct 2004 18:46:33 -0400

Index: emacs/src/charset.c
diff -c emacs/src/charset.c:1.138 emacs/src/charset.c:1.139
*** emacs/src/charset.c:1.138   Mon Jun 21 21:52:46 2004
--- emacs/src/charset.c Tue Oct 26 22:38:50 2004
***************
*** 1673,1679 ****
      }
  
    ret = make_string_from_bytes (buf, n, p - buf);
!   SAFE_FREE (bufsize);
  
    return ret;
  }
--- 1673,1679 ----
      }
  
    ret = make_string_from_bytes (buf, n, p - buf);
!   SAFE_FREE ();
  
    return ret;
  }




reply via email to

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