forked from minhngoc25a/freetype2
[pk] Fix oversight.
* src/pk/pkdrivr.c(TFM_Read_Metrics): Fix oversight, to resolve the memory leakage errors which occured while attaching a `tfm' file.
This commit is contained in:
parent
540b1aca44
commit
32028ffb55
|
@ -522,7 +522,6 @@
|
|||
*/
|
||||
|
||||
face->tfm_data = fi;
|
||||
fi = NULL;
|
||||
}
|
||||
|
||||
Exit:
|
||||
|
|
Loading…
Reference in New Issue