]> granicus.if.org Git - php/commitdiff
MFH
authorIlia Alshanetsky <iliaa@php.net>
Fri, 24 Jan 2003 19:24:01 +0000 (19:24 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 24 Jan 2003 19:24:01 +0000 (19:24 +0000)
ext/gd/gd.c

index b59ff2eeebb03d73f748d3418887ba6570212f63..efb30b53f67ad8dd34722d16afa354e1b46e0368 100644 (file)
@@ -2849,7 +2849,7 @@ static void php_imagettftext_common(INTERNAL_FUNCTION_PARAMETERS, int mode, int
        int col, x, y, l=0, i, brect[8];
        double ptsize, angle;
        unsigned char *str = NULL, *fontname = NULL;
-       char *error;
+       char *error = NULL;
        int argc;
 #if HAVE_GD_STRINGFTEX
        gdFTStringExtra strex;