aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers')
-rw-r--r--app/Controllers/updateController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Controllers/updateController.php b/app/Controllers/updateController.php
index b76b528d8..d97b18c70 100644
--- a/app/Controllers/updateController.php
+++ b/app/Controllers/updateController.php
@@ -222,7 +222,6 @@ class FreshRSS_update_Controller extends FreshRSS_ActionController {
$result = curl_exec($curlResource);
$curlGetinfo = curl_getinfo($curlResource, CURLINFO_HTTP_CODE);
$curlError = curl_error($curlResource);
- curl_close($curlResource);
if ($curlGetinfo !== 200) {
Minz_Log::warning(