]> granicus.if.org Git - php/commit
Fix #79514: Memory leaks while including unexistent file
authorChristoph M. Becker <cmbecker69@gmx.de>
Fri, 24 Apr 2020 12:51:44 +0000 (14:51 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Fri, 24 Apr 2020 16:14:53 +0000 (18:14 +0200)
commit3151676f520555bfadb39ea76779e93552d13fc1
treedb50b7dd47917fe50a5aa46e307943407de2dfb5
parent36764185688675b52fc96c14359f466538cda129
Fix #79514: Memory leaks while including unexistent file

We have to destroy (un-opened) ZEND_HANDLE_FILENAMEs.
NEWS
Zend/tests/bug79514.phpt [new file with mode: 0644]
Zend/zend_stream.c