fix a small memory leak when FT_Init_FreeType fails for some reason
diff --git a/ChangeLog b/ChangeLog
index ef73db4..017c412 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-03-05  David Turner  <david@freetype.org>
 
+	* src/base/ftinit.c (FT_Init_FreeType): fixed a small memory leak
+	when FT_Init_FreeType fails for some reason
+
 	* src/truetype/ttobs.c (tt_size_init_bytecode): bugfix, we need to
 	clear the x_ppem and y_ppem fields of the TT_Size.metrics structure,
 	note those of TT_Size.root.metrics. duh !!