emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106273: Fix bug #9943 with abort at


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106273: Fix bug #9943 with abort at shutdown.
Date: Thu, 03 Nov 2011 21:04:18 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106273
fixes bug(s): http://debbugs.gnu.org/9943
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Thu 2011-11-03 21:04:18 +0200
message:
  Fix bug #9943 with abort at shutdown.
  
   src/w32fns.c (unwind_create_frame): If needed, free the glyph
   matrices of the partially constructed frame.
modified:
  src/ChangeLog
  src/w32fns.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-11-01 19:19:07 +0000
+++ b/src/ChangeLog     2011-11-03 19:04:18 +0000
@@ -1,3 +1,8 @@
+2011-11-03  Eli Zaretskii  <address@hidden>
+
+       * w32fns.c (unwind_create_frame): If needed, free the glyph
+       matrices of the partially constructed frame.
+
 2011-11-01  Eli Zaretskii  <address@hidden>
 
        * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment.

=== modified file 'src/w32fns.c'
--- a/src/w32fns.c      2011-10-26 13:42:33 +0000
+++ b/src/w32fns.c      2011-11-03 19:04:18 +0000
@@ -3993,6 +3993,7 @@
 #endif
 
       x_free_frame_resources (f);
+      free_glyphs (f);
 
 #if GLYPH_DEBUG
       /* Check that reference counts are indeed correct.  */


reply via email to

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