]> granicus.if.org Git - php/commitdiff
- WS
authorMarcus Boerger <helly@php.net>
Fri, 6 Jan 2006 20:43:19 +0000 (20:43 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 6 Jan 2006 20:43:19 +0000 (20:43 +0000)
ext/phar/phar.c

index 66ad6773f4927f933e0f49b962e2217eb1cf2143..e7d06b387cd555a6af47ae41fb63bf04d9acded9 100644 (file)
@@ -452,7 +452,7 @@ static int phar_open_compiled_file(char *alias, int alias_len, zend_bool compres
 
        MAKE_STD_ZVAL(halt_constant);
        if (0 == zend_get_constant("__COMPILER_HALT_OFFSET__", 24, halt_constant TSRMLS_CC)) {
-       FREE_ZVAL(halt_constant);
+               FREE_ZVAL(halt_constant);
                php_error_docref(NULL TSRMLS_CC, E_ERROR, "__HALT_COMPILER(); must be declared in a phar");
                return FAILURE;
        }