aboutsummaryrefslogtreecommitdiff
path: root/freetype/src/smooth/ftspic.c
diff options
context:
space:
mode:
Diffstat (limited to 'freetype/src/smooth/ftspic.c')
-rw-r--r--freetype/src/smooth/ftspic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/freetype/src/smooth/ftspic.c b/freetype/src/smooth/ftspic.c
index 601bcf98a..4714828fc 100644
--- a/freetype/src/smooth/ftspic.c
+++ b/freetype/src/smooth/ftspic.c
@@ -4,7 +4,7 @@
/* */
/* The FreeType position independent code services for smooth module. */
/* */
-/* Copyright 2009, 2010 by */
+/* Copyright 2009, 2010, 2012 by */
/* Oran Agra and Mickey Gabel. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -53,7 +53,7 @@
{
FT_PIC_Container* pic_container = &library->pic_container;
FT_Error error = Smooth_Err_Ok;
- SmoothPIC* container;
+ SmoothPIC* container = NULL;
FT_Memory memory = library->memory;