Skip to content

Commit 81da53f

Browse files
committed
Convert forgotten efree to zend_string_release
Follow-up for 2d029ef
1 parent 2d029ef commit 81da53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/xsl/php_xsl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ void xsl_objects_free_storage(zend_object *object)
9999
}
100100

101101
if (intern->profiling) {
102-
efree(intern->profiling);
102+
zend_string_release(intern->profiling);
103103
}
104104
}
105105
/* }}} */

0 commit comments

Comments
 (0)