mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Convert forgotten efree to zend_string_release
Follow-up for 2d029efd94
This commit is contained in:
parent
2d029efd94
commit
81da53fccd
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ void xsl_objects_free_storage(zend_object *object)
|
|||
}
|
||||
|
||||
if (intern->profiling) {
|
||||
efree(intern->profiling);
|
||||
zend_string_release(intern->profiling);
|
||||
}
|
||||
}
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue