]> git.eshelyaron.com Git - emacs.git/commit
Fix CHECK_ALLOCATED_AND_LIVE abort during GC
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Mar 2018 06:00:23 +0000 (23:00 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Mar 2018 06:00:56 +0000 (23:00 -0700)
commit670f2ffae718046c0fb37313965a51c040ed096f
treece090026349562fc7d5eee2280ce6b4c7e61e329
parent20b858ef13f8f71fae6cbce5cdac31c4dd130600
Fix CHECK_ALLOCATED_AND_LIVE abort during GC

* src/editfns.c (save_restriction_restore):
Wait for the GC to free the temporary markers (Bug#30931).
src/editfns.c