* src/pfr/pfrload.c (pfr_phy_font_done): Free `blue_values' array.
This commit is contained in:
parent
7925edcef4
commit
5be28b0d8c
|
@ -1,3 +1,7 @@
|
|||
2002-06-02 Detlef Würkner <TetiSoft@apg.lahn.de>
|
||||
|
||||
* src/pfr/pfrload.c (pfr_phy_font_done): Free `blue_values' array.
|
||||
|
||||
2002-05-29 Detlef Würkner <TetiSoft@apg.lahn.de>
|
||||
|
||||
* src/bdf/bdflib.c (_bdf_readstream): Allocate `buf' dynamically.
|
||||
|
|
|
@ -530,6 +530,9 @@
|
|||
FT_FREE( phy_font->chars );
|
||||
phy_font->num_chars = 0;
|
||||
phy_font->chars_offset = 0;
|
||||
|
||||
FT_FREE( phy_font->blue_values );
|
||||
phy_font->num_blue_values = 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue