mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 04:30:45 -08:00
Fix bug #9943 on X.
src/xfns.c (unwind_create_frame): If needed, free the glyph matrices of the partially constructed frame.
This commit is contained in:
parent
14e1d9eab9
commit
2a58bbc183
2 changed files with 2 additions and 0 deletions
|
|
@ -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 <eliz@gnu.org>
|
||||
|
||||
|
|
|
|||
|
|
@ -2936,6 +2936,7 @@ unwind_create_frame (Lisp_Object frame)
|
|||
#endif
|
||||
|
||||
x_free_frame_resources (f);
|
||||
free_glyphs (f);
|
||||
|
||||
#if GLYPH_DEBUG
|
||||
/* Check that reference counts are indeed correct. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue