1
Fork 0
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:
Eli Zaretskii 2011-11-03 23:56:32 +02:00
parent 14e1d9eab9
commit 2a58bbc183
2 changed files with 2 additions and 0 deletions

View file

@ -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>

View file

@ -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. */