diff options
Diffstat (limited to 'ext/gd/tests/bug72339.phpt')
-rw-r--r-- | ext/gd/tests/bug72339.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/bug72339.phpt b/ext/gd/tests/bug72339.phpt index 5b5fdb6ee6..bd8054cced 100644 --- a/ext/gd/tests/bug72339.phpt +++ b/ext/gd/tests/bug72339.phpt @@ -26,7 +26,7 @@ fclose($fh); $im = imagecreatefromgd2($fname); if ($im) { - imagedestroy($im); + imagedestroy($im); } unlink($fname); |