rclimg: explicitely close file handle (windows temp file removal)

This commit is contained in:
Jean-Francois Dockes 2019-07-20 15:14:32 +02:00
parent 703caf2ee4
commit 2c454b92a6

View File

@ -66,6 +66,7 @@ sub imgTagsToHtml {
}
$info = ImageInfo(\*IMGF);
return $output unless $info;
close(\*IMGF);
$fields = [];
$other = [];
$titleHtmlTag = "";