mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
b4a2a9662b
Not keeping a reference will not result in use after free, because curl protects against it, but it will result in a memory leak, because curl_share_cleanup() will fail. We should make sure that the share handle object stays alive as long as the curl handles use it.