summaryrefslogtreecommitdiff
path: root/src/psaux/psstack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/psaux/psstack.c')
-rw-r--r--src/psaux/psstack.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/psaux/psstack.c b/src/psaux/psstack.c
index bc8888c3a..ca8d422e8 100644
--- a/src/psaux/psstack.c
+++ b/src/psaux/psstack.c
@@ -54,9 +54,8 @@
FT_Error* e,
FT_UInt stackSize )
{
- FT_Error error = FT_Err_Ok; /* for FT_NEW */
-
- CF2_Stack stack = NULL;
+ FT_Error error; /* for FT_QNEW */
+ CF2_Stack stack;
if ( FT_QNEW( stack ) )