diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-10-15 20:09:35 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-10-15 20:09:35 +0000 |
commit | 19679486980a281d865b0050bd15982629ccbb70 (patch) | |
tree | d646ece7656740fb724b8cd346112b6f9129d222 /ChangeLog | |
parent | dbfb45f099464dc1eb44c23d8a0928e408f2d259 (diff) | |
download | pango-19679486980a281d865b0050bd15982629ccbb70.tar.gz |
Bug 483600 – Leak of font family name inPANGO_1_18_3
2007-10-15 Behdad Esfahbod <behdad@gnome.org>
Bug 483600 – Leak of font family name in
pango_win32_font_description_from_logfont(w)
Patch from Daniel Atallah
* pango/pangowin32-fontmap.c
(pango_win32_font_description_from_logfont),
(pango_win32_font_description_from_logfontw):
Free family.
svn path=/trunk/; revision=2446
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2007-10-15 Behdad Esfahbod <behdad@gnome.org> + Bug 483600 – Leak of font family name in + pango_win32_font_description_from_logfont(w) + Patch from Daniel Atallah + + * pango/pangowin32-fontmap.c + (pango_win32_font_description_from_logfont), + (pango_win32_font_description_from_logfontw): + Free family. + +2007-10-15 Behdad Esfahbod <behdad@gnome.org> + Bug 486932 – Apply vkrn GPOS feature in vertical writing * modules/basic/basic-fc.c (basic_engine_shape): Apply vkrn |