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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/charset.c [lexbind]
Date: Thu, 28 Oct 2004 22:30:00 -0400

Index: emacs/src/charset.c
diff -c emacs/src/charset.c:1.129.2.5 emacs/src/charset.c:1.129.2.6
*** emacs/src/charset.c:1.129.2.5       Tue Jul  6 10:20:20 2004
--- emacs/src/charset.c Fri Oct 29 02:05:09 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]