mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-17 22:06:28 +00:00
Fix memory leak when using Curl::setDefaultDecoder()
This commit is contained in:
@@ -204,6 +204,7 @@ class Curl
|
||||
$this->options = null;
|
||||
$this->jsonDecoder = null;
|
||||
$this->xmlDecoder = null;
|
||||
$this->defaultDecoder = null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user