aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-12-14 11:16:10 +0200
committerEli Zaretskii2013-12-14 11:16:10 +0200
commit95c216526e3700d46319d8fb47844a5e07662bbf (patch)
treee71678149f7461657b1ee4a483a83692bb2aafc0 /src/ChangeLog
parent0b32070bbd13c8f19be93185172e985213972d7b (diff)
downloademacs-95c216526e3700d46319d8fb47844a5e07662bbf.tar.gz
emacs-95c216526e3700d46319d8fb47844a5e07662bbf.zip
Avoid crashing due to closing of font whose driver pointer is NULL.
src/alloc.c (cleanup_vector): Don't call the font driver's 'close' method if the 'driver' pointer is NULL.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index df145600556..a9672768b48 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12013-12-14 Eli Zaretskii <eliz@gnu.org> 12013-12-14 Eli Zaretskii <eliz@gnu.org>
2 2
3 * alloc.c (cleanup_vector): Don't call the font driver's 'close'
4 method if the 'driver' pointer is NULL.
5
3 * fileio.c (Fcopy_file) [WINDOWSNT]: Move most of the 6 * fileio.c (Fcopy_file) [WINDOWSNT]: Move most of the
4 Windows-specific code to w32.c. Change error message text to 7 Windows-specific code to w32.c. Change error message text to
5 match that of Posix platforms. 8 match that of Posix platforms.