diff --git a/ext/xsl/php_xsl.c b/ext/xsl/php_xsl.c index 0807eb88b65..dec7eb501eb 100644 --- a/ext/xsl/php_xsl.c +++ b/ext/xsl/php_xsl.c @@ -99,7 +99,7 @@ void xsl_objects_free_storage(zend_object *object) } if (intern->profiling) { - efree(intern->profiling); + zend_string_release(intern->profiling); } } /* }}} */