Skip to content

Commit

Permalink
Merge pull request #26169 from nextcloud/backport/26072/stable19
Browse files Browse the repository at this point in the history
[stable19] remove explicit fclose from S3->writeStream
  • Loading branch information
MorrisJobke authored Mar 17, 2021
2 parents 21b67e3 + 68fb72b commit 9176410
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 @@ -103,8 +103,6 @@ public function writeObject($urn, $stream) {
throw $e;
}
}

fclose($countStream);
}

/**
Expand Down

0 comments on commit 9176410

Please sign in to comment.