aboutsummaryrefslogtreecommitdiff
path: root/freetype/src/base/ftinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'freetype/src/base/ftinit.c')
-rw-r--r--freetype/src/base/ftinit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/freetype/src/base/ftinit.c b/freetype/src/base/ftinit.c
index 91f8e2a18..0d8b568be 100644
--- a/freetype/src/base/ftinit.c
+++ b/freetype/src/base/ftinit.c
@@ -4,7 +4,7 @@
/* */
/* FreeType initialization layer (body). */
/* */
-/* Copyright 1996-2001, 2002, 2005, 2007, 2009, 2012 by */
+/* Copyright 1996-2002, 2005, 2007, 2009, 2012 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -156,7 +156,7 @@
{
FT_Error error;
FT_Memory memory;
- FT_Module_Class* *classes;
+ FT_Module_Class* *classes = NULL;
FT_Module_Class* clazz;
FT_UInt i;
BasePIC* pic_container = (BasePIC*)library->pic_container.base;