]> git.eshelyaron.com Git - emacs.git/commit
Fix a memory leak in GC of font cache
authorDima Kogan <dima@secretsauce.net>
Mon, 9 Nov 2015 16:36:05 +0000 (18:36 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 9 Nov 2015 16:36:05 +0000 (18:36 +0200)
commitc6c16fb3f8fe5909baafd53c6b26153dec021064
tree9506779b8114d68e13e320817c3c518264e6a463
parent1087305574fd61256d66eb0c995f8bb74bd91afe
Fix a memory leak in GC of font cache

* src/alloc.c (compact_font_cache_entry): Don't GC unmarked font
entities if some of the fonts it references are marked.  This
plugs a memory leak.  (Bug#21556)
src/alloc.c