felipe Fri, 08 Jul 2011 16:29:33 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=313073
Log:
- Missing to commit this change here... (thanks nikic)
Changed paths:
U php/php-src/branches/PHP_5_3/Zend/zend_compile.c
Modified: php/php-src/branches/PHP_5_3/Zend/zend_compile.c
===================================================================
--- php/php-src/branches/PHP_5_3/Zend/zend_compile.c 2011-07-08 15:53:14 UTC
(rev 313072)
+++ php/php-src/branches/PHP_5_3/Zend/zend_compile.c 2011-07-08 16:29:33 UTC
(rev 313073)
@@ -5320,6 +5320,12 @@
efree(CG(current_import));
CG(current_import) = NULL;
}
+
+ if (CG(doc_comment)) {
+ efree(CG(doc_comment));
+ CG(doc_comment) = NULL;
+ CG(doc_comment_len) = 0;
+ }
}
/* }}} */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php