diff options
Diffstat (limited to 'ext/xsl/php_xsl.c')
-rw-r--r-- | ext/xsl/php_xsl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/xsl/php_xsl.c b/ext/xsl/php_xsl.c index 2f19afa665..957a3be2e1 100644 --- a/ext/xsl/php_xsl.c +++ b/ext/xsl/php_xsl.c @@ -103,9 +103,6 @@ void xsl_objects_free_storage(void *object TSRMLS_DC) xsltFreeStylesheet((xsltStylesheetPtr) intern->ptr); intern->ptr = NULL; } - if (intern->profiling) { - efree(intern->profiling); - } efree(object); } /* }}} */ |