Fixed Bug #69998 curl multi leaking memory
authorPierrick Charron <pierrick@webstart.fr>
Sat, 1 Aug 2015 18:22:36 +0000 (14:22 -0400)
committerPierrick Charron <pierrick@webstart.fr>
Sat, 1 Aug 2015 18:55:00 +0000 (14:55 -0400)
commitfb37da2a4875abc2153da583faca6c7554810ce9
tree2eced55a99ccbcd0af1564804155b0b9ea536cdf
parent2d6f0e4584375c90a895fed4074d579f364aa347
Fixed Bug #69998 curl multi leaking memory

Fix the pointer address passed to the comparator and call
zend_list_delete instead of zend_list_close to avoid closing
the resource if still used.
NEWS
ext/curl/multi.c