Remove meaningless imagedestroy() with undefined variable

This commit is contained in:
Kijin Sung 2021-01-19 14:24:01 +09:00
parent 12ccb356b0
commit aeba5b2192

View file

@ -597,7 +597,6 @@ class FileHandler
if(!$source)
{
imagedestroy($thumb);
return FALSE;
}