explicitly close filehandle used for exports
This commit is contained in:
parent
c7570ac645
commit
c5ea4d0748
1 changed files with 1 additions and 0 deletions
|
|
@ -809,6 +809,7 @@ sub exportWriteFile {
|
|||
unless($contents eq 'chunked') {
|
||||
$self->session->output->print($contents);
|
||||
}
|
||||
$fh->close;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue