1
0
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:
Niels Dossche
2024-07-18 17:32:49 +02:00
parent 2d029efd94
commit 81da53fccd

View File

@@ -99,7 +99,7 @@ void xsl_objects_free_storage(zend_object *object)
}
if (intern->profiling) {
efree(intern->profiling);
zend_string_release(intern->profiling);
}
}
/* }}} */