Skip to content

Commit 3e79ab2

Browse files
committed
anticipating error..
1 parent a33bd49 commit 3e79ab2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ext/gd/tests/gh19739.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ $color = imagecolorallocate($im, 150, 255, 0);
1010
var_dump(imageellipse($im, 64, 150, 2147483647, 2147483647, $color));
1111
var_dump(imagefilledellipse($im, 64, 150, 2147483647, 2147483647, $color));
1212

13-
imagedestroy($im);
1413
echo "done" . PHP_EOL;
1514
?>
1615
--EXPECT--

0 commit comments

Comments
 (0)