aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-10-07 20:33:10 +0200
committerEli Zaretskii2012-10-07 20:33:10 +0200
commit98daa89356f6523c2c6663110d0c715f018b1a8b (patch)
tree1a623875528879dddf2e64efee8e10c0ca22fae1 /src/ChangeLog
parent0aada74e88baf554a1bf95bce9373d9ac76429ad (diff)
downloademacs-98daa89356f6523c2c6663110d0c715f018b1a8b.tar.gz
emacs-98daa89356f6523c2c6663110d0c715f018b1a8b.zip
Don't abort when ralloc.c:relinquish cannot return a heap to the system.
src/ralloc.c (relinquish): If a heap is ready to be relinquished, but it still has blocs in it, don't return it to the system, instead of aborting. (Bug#12402)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 526043c158e..29e831a2eb8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-10-07 Eli Zaretskii <eliz@gnu.org>
2
3 * ralloc.c (relinquish): If a heap is ready to be relinquished,
4 but it still has blocs in it, don't return it to the system,
5 instead of aborting. (Bug#12402)
6
12012-10-07 Jan Djärv <jan.h.d@swipnet.se> 72012-10-07 Jan Djärv <jan.h.d@swipnet.se>
2 8
3 * nsterm.m (ns_dumpglyphs_image): Only draw slice of image (Bug#12506). 9 * nsterm.m (ns_dumpglyphs_image): Only draw slice of image (Bug#12506).