]> 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)
committerNoam Postavsky <npostavs@gmail.com>
Sun, 3 Jun 2018 16:48:13 +0000 (12:48 -0400)
commit7460840a6c9ab713e8ccc470011495fdb86a61d7
treeb3e87ee01441d8d3c68ce2a1000e4185071f17da
parent71192e0b7eabadf2eb1fdd7f11cb391bbc34c560
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).

(cherry picked from commit 670f2ffae718046c0fb37313965a51c040ed096f)
src/editfns.c