Skip to content

Commit

Permalink
Merge pull request #26167 from nextcloud/backport/26072/stable21
Browse files Browse the repository at this point in the history
[stable21] remove explicit fclose from S3->writeStream
  • Loading branch information
MorrisJobke authored Mar 17, 2021
2 parents 5ecbfa4 + 0532f64 commit a2d17c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/private/Files/ObjectStore/S3ObjectTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ public function writeObject($urn, $stream) {
throw $e;
}
}

fclose($countStream);
}

/**
Expand Down

0 comments on commit a2d17c3

Please sign in to comment.