aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoakim Verona2011-11-03 21:32:26 +0100
committerJoakim Verona2011-11-03 21:32:26 +0100
commit85a3fca5206d1a2bc466cdb5d8817e1bf69b8820 (patch)
tree191926a8d28bd511073c07eb601de3687dc1d806 /src
parent2e82ad10d1adbfd6fafe57d0c598912580f7ef67 (diff)
parent07a79ce4b45709f043dae5b905fd3268a242e106 (diff)
downloademacs-85a3fca5206d1a2bc466cdb5d8817e1bf69b8820.tar.gz
emacs-85a3fca5206d1a2bc466cdb5d8817e1bf69b8820.zip
upstream
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/w32fns.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f1ba519d92a..67f8507a26b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-11-03 Eli Zaretskii <eliz@gnu.org>
2
3 * w32fns.c (unwind_create_frame): If needed, free the glyph
4 matrices of the partially constructed frame. (Bug#9943)
5
12011-11-01 Eli Zaretskii <eliz@gnu.org> 62011-11-01 Eli Zaretskii <eliz@gnu.org>
2 7
3 * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment. 8 * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment.
diff --git a/src/w32fns.c b/src/w32fns.c
index 2ecd6e91533..f7ba1c59e7b 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -3993,6 +3993,7 @@ unwind_create_frame (Lisp_Object frame)
3993#endif 3993#endif
3994 3994
3995 x_free_frame_resources (f); 3995 x_free_frame_resources (f);
3996 free_glyphs (f);
3996 3997
3997#if GLYPH_DEBUG 3998#if GLYPH_DEBUG
3998 /* Check that reference counts are indeed correct. */ 3999 /* Check that reference counts are indeed correct. */