We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56793fa commit c27db5fCopy full SHA for c27db5f
lib/private/Image.php
@@ -839,7 +839,6 @@ public function resize(int $maxSize): bool {
839
return false;
840
}
841
$result = $this->resizeNew($maxSize);
842
- imagedestroy($this->resource);
843
$this->resource = $result;
844
return $this->valid();
845
@@ -875,7 +874,6 @@ public function preciseResize(int $width, int $height): bool {
875
874
876
877
$result = $this->preciseResizeNew($width, $height);
878
879
880
881
0 commit comments