]> granicus.if.org Git - php/commitdiff
virtual filepath fix, don't know why i bother, the module isn't threadsafe
authorSterling Hughes <sterling@php.net>
Wed, 11 Sep 2002 22:43:58 +0000 (22:43 +0000)
committerSterling Hughes <sterling@php.net>
Wed, 11 Sep 2002 22:43:58 +0000 (22:43 +0000)
and never will be, but still...

ext/swf/swf.c

index 9a5c792c3f87bc40c73636b92e687a5832589b5c..062aee0c62bd5a23a18e10a1a24da7ddd9aa181b 100644 (file)
@@ -192,7 +192,7 @@ PHP_FUNCTION(swf_openfile)
 {
        zval **name, **sizeX, **sizeY, **frameRate, **r, **g, **b;
        char *na, *tmpna;
-       zend_bool free_na;
+       zend_bool free_na = 0;
        
        if (ZEND_NUM_ARGS() != 7 ||
            zend_get_parameters_ex(7, &name, &sizeX, &sizeY, &frameRate, &r, &g, &b) == FAILURE) {