Skip to content

Commit 15f55dd

Browse files
Fix missed test
1 parent fbe70fc commit 15f55dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/standard/tests/image/bug70096.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ if (!function_exists('imagejpeg')) die('skip imagejpeg not available');
1111
$filename = __DIR__ . '/bug70096.jpg';
1212
$im = imagecreatetruecolor(10, 10);
1313
imagejpeg($im, $filename);
14-
imagedestroy($im);
1514
$data = "\x1C\x02x\x00\x0ATest image"
1615
. "\x1C\x02t\x00\x22Copyright 2008-2009, The PHP Group";
1716
$content1 = iptcembed($data, $filename);

0 commit comments

Comments
 (0)