mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-13 20:06:43 +00:00
Fix memory leak
This commit is contained in:
@@ -133,6 +133,7 @@ class Curl
|
||||
if (is_resource($this->curl)) {
|
||||
curl_close($this->curl);
|
||||
}
|
||||
$this->json_decoder = null;
|
||||
}
|
||||
|
||||
public function complete($callback)
|
||||
|
||||
Reference in New Issue
Block a user