History log of /PHP-7.4/ext/ffi/tests/bug78762.phpt (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1
# 1e2d3d58 30-Oct-2019 Christoph M. Becker

Fix #78762: Failing FFI::cast() may leak memory

We have to release objects when we're done with them.