History log of /PHP-7.4/ext/curl/tests/bug79199.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 2b5fc8e3 11-Mar-2020 Christoph M. Becker

Fix #79199: curl_copy_handle() memory leak

`curl_copy_handle()` already registers a new resource, so we must not
increase the refcount of the original resource.