rclimg: explicitely close file handle (windows temp file removal)
This commit is contained in:
parent
703caf2ee4
commit
2c454b92a6
@ -66,6 +66,7 @@ sub imgTagsToHtml {
|
|||||||
}
|
}
|
||||||
$info = ImageInfo(\*IMGF);
|
$info = ImageInfo(\*IMGF);
|
||||||
return $output unless $info;
|
return $output unless $info;
|
||||||
|
close(\*IMGF);
|
||||||
$fields = [];
|
$fields = [];
|
||||||
$other = [];
|
$other = [];
|
||||||
$titleHtmlTag = "";
|
$titleHtmlTag = "";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user