From 9d7d50f7891b6a85819582634d04d1bcf115c110 Mon Sep 17 00:00:00 2001 From: David Turner Date: Fri, 5 Jan 2007 13:17:15 +0000 Subject: [PATCH] fixing typo --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c99c82325..a88fb0678 100644 --- a/ChangeLog +++ b/ChangeLog @@ -57,7 +57,7 @@ large Asian CFF fonts. * src/base/ftobjs.c (FT_Done_Library): Remove a subtle memory leak - which happens when FT_Done_Library is called with still open + which happens when FT_Done_Library is called with still opened CFF_Faces in it. We need to close all faces before destroying the modules, or else some bad things (memory leaks) may happen.