]> git.eshelyaron.com Git - emacs.git/commit
Another attempt to fix crashes due to prematurely freed faces
authorEli Zaretskii <eliz@gnu.org>
Mon, 28 Sep 2015 12:50:29 +0000 (15:50 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 28 Sep 2015 12:50:29 +0000 (15:50 +0300)
commita11ae01df93d32f4881908b1e6f07d6b908fe272
tree049c7445df7da4fd978ce76ac435b879e04d3639
parent28ddc850479fbe333903c0c64be1f24798243824
Another attempt to fix crashes due to prematurely freed faces

* src/xdisp.c (redisplay_internal): Inhibit freeing of realized
faces for as long as we might have desired matrices that reference
those faces.  (Bug#21428)
src/xdisp.c