Fix memory leak when using Curl::setDefaultDecoder()

This commit is contained in:
Zach Borboa
2016-09-01 00:05:15 -07:00
parent 03ea037827
commit 14d651b4ad
+1
View File
@@ -204,6 +204,7 @@ class Curl
$this->options = null;
$this->jsonDecoder = null;
$this->xmlDecoder = null;
$this->defaultDecoder = null;
}
/**