mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Convert forgotten efree to zend_string_release
Follow-up for 2d029efd94
This commit is contained in:
@@ -99,7 +99,7 @@ void xsl_objects_free_storage(zend_object *object)
|
||||
}
|
||||
|
||||
if (intern->profiling) {
|
||||
efree(intern->profiling);
|
||||
zend_string_release(intern->profiling);
|
||||
}
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
Reference in New Issue
Block a user