]> code.delx.au - gnu-emacs/commit
Don't abort when ralloc.c:relinquish cannot return a heap to the system.
authorEli Zaretskii <eliz@gnu.org>
Sun, 7 Oct 2012 18:33:10 +0000 (20:33 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 7 Oct 2012 18:33:10 +0000 (20:33 +0200)
commit98daa89356f6523c2c6663110d0c715f018b1a8b
tree1a623875528879dddf2e64efee8e10c0ca22fae1
parent0aada74e88baf554a1bf95bce9373d9ac76429ad
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)
src/ChangeLog
src/ralloc.c