emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106278: Fix bug #9943 on X.


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106278: Fix bug #9943 on X.
Date: Thu, 03 Nov 2011 23:56:32 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106278
fixes bug(s): http://debbugs.gnu.org/9943
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Thu 2011-11-03 23:56:32 +0200
message:
  Fix bug #9943 on X.
  
   src/xfns.c (unwind_create_frame): If needed, free the glyph
   matrices of the partially constructed frame.
modified:
  src/ChangeLog
  src/xfns.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-11-03 19:06:42 +0000
+++ b/src/ChangeLog     2011-11-03 21:56:32 +0000
@@ -2,6 +2,7 @@
 
        * w32fns.c (unwind_create_frame): If needed, free the glyph
        matrices of the partially constructed frame.  (Bug#9943)
+       * xfns.c (unwind_create_frame): Likewise.
 
 2011-11-01  Eli Zaretskii  <address@hidden>
 

=== modified file 'src/xfns.c'
--- a/src/xfns.c        2011-09-18 20:01:37 +0000
+++ b/src/xfns.c        2011-11-03 21:56:32 +0000
@@ -2936,6 +2936,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]