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
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5

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);
}
}
/* }}} */