summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2011-11-03 23:56:32 +0200
committerEli Zaretskii <eliz@gnu.org>2011-11-03 23:56:32 +0200
commit2a58bbc1830abaf7b51cb9d94df884dc92071ddf (patch)
treee337ec99861e92b458cf90477430138961e44591 /src/ChangeLog
parent14e1d9eab9f4b7341f92397a0a9a2706f7b26ee9 (diff)
downloademacs-2a58bbc1830abaf7b51cb9d94df884dc92071ddf.tar.gz
Fix bug #9943 on X.
src/xfns.c (unwind_create_frame): If needed, free the glyph matrices of the partially constructed frame.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 67f8507a26b..cc3391cfee5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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>