lims_report_html: avoid memory leak when plotting trend charts (2)

This commit is contained in:
Adrián Bernardi 2023-03-17 10:02:10 -03:00
parent 894d7fdecf
commit 19fdf18642
1 changed files with 0 additions and 1 deletions

View File

@ -431,7 +431,6 @@ class LimsReport(Report):
for section in record.following_sections:
filedata = BytesIO(section.data)
merger.append(filedata)
filedata.close()
output = BytesIO()
merger.write(output)
merger.close()