]> git.eshelyaron.com Git - emacs.git/commit
Perform font-specific cleanup when font object is swept by GC. See
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 25 Oct 2013 07:28:16 +0000 (11:28 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Fri, 25 Oct 2013 07:28:16 +0000 (11:28 +0400)
commit86bd985ec0060b83fe272e3fcc1d35f19a966ad1
tree763c8e570e1c42a30ce846a133217e07b6217788
parent78e0b35c45892995da596c65759fdece3e67129d
Perform font-specific cleanup when font object is swept by GC.  See
http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00740.html.
* alloc.c (cleanup_vector): New function.
(sweep_vector): Call it for each reclaimed vector object.
* font.h (struct font): Adjust comment.
src/ChangeLog
src/alloc.c
src/font.h