diff options
| author | Eli Zaretskii | 2011-11-03 21:04:18 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-11-03 21:04:18 +0200 |
| commit | 84c3edb9f2d86fcb6f6c44bd052f64fc9e9cdf60 (patch) | |
| tree | 80a099c3e759d21f45edc2c63b6f91b0af970a07 /src/ChangeLog | |
| parent | 5bb8ec778bd4e9a942411031b9ebc0105e981009 (diff) | |
| download | emacs-84c3edb9f2d86fcb6f6c44bd052f64fc9e9cdf60.tar.gz emacs-84c3edb9f2d86fcb6f6c44bd052f64fc9e9cdf60.zip | |
Fix bug #9943 with abort at shutdown.
src/w32fns.c (unwind_create_frame): If needed, free the glyph
matrices of the partially constructed frame.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f1ba519d92a..7b3af18c2d5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-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. | ||
| 5 | |||
| 1 | 2011-11-01 Eli Zaretskii <eliz@gnu.org> | 6 | 2011-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. |