aboutsummaryrefslogtreecommitdiff
path: root/freetype/src/raster/rastpic.c
diff options
context:
space:
mode:
Diffstat (limited to 'freetype/src/raster/rastpic.c')
-rw-r--r--freetype/src/raster/rastpic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/freetype/src/raster/rastpic.c b/freetype/src/raster/rastpic.c
index 66a439606..daffaeb49 100644
--- a/freetype/src/raster/rastpic.c
+++ b/freetype/src/raster/rastpic.c
@@ -4,7 +4,7 @@
/* */
/* The FreeType position independent code services for raster 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, */
@@ -51,7 +51,7 @@
{
FT_PIC_Container* pic_container = &library->pic_container;
FT_Error error = Raster_Err_Ok;
- RasterPIC* container;
+ RasterPIC* container = NULL;
FT_Memory memory = library->memory;