]> granicus.if.org Git - php/commit
Add missing call opcodes in cleanup_unfinished_calls()
authorNikita Popov <nikic@php.net>
Wed, 13 Jul 2016 21:55:19 +0000 (23:55 +0200)
committerNikita Popov <nikic@php.net>
Thu, 14 Jul 2016 16:37:28 +0000 (18:37 +0200)
commit82ce2a4e4dabb011230370a110218995b7e50343
tree4a249c11d6652365901fb211bf0e39f28959d3f4
parent5063b5aea16a512794e482a4a0b660b018f3f60b
Add missing call opcodes in cleanup_unfinished_calls()

Otherwise we may leak if an exception is thrown from them.
Zend/zend_execute.c