emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/frame.c
Date: Sun, 05 Oct 2003 08:15:39 -0400

Index: emacs/src/frame.c
diff -c emacs/src/frame.c:1.303 emacs/src/frame.c:1.304
*** emacs/src/frame.c:1.303     Sun Oct  5 07:52:46 2003
--- emacs/src/frame.c   Sun Oct  5 08:15:39 2003
***************
*** 1279,1284 ****
--- 1279,1286 ----
  
    if (f->namebuf)
      xfree (f->namebuf);
+   if (f->decode_mode_spec_buffer)
+     xfree (f->decode_mode_spec_buffer);
    if (FRAME_INSERT_COST (f))
      xfree (FRAME_INSERT_COST (f));
    if (FRAME_DELETEN_COST (f))




reply via email to

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