解决内存泄露问题

这个提交包含在:
qingxu fu
2023-11-30 22:19:05 +08:00
父节点 8c840f3d4c
当前提交 55d807c116
共有 3 个文件被更改,包括 34 次插入3 次删除

查看文件

@@ -418,6 +418,7 @@ def 编译Latex(chatbot, history, main_file_original, main_file_modified, work_f
merge_pdfs(origin_pdf, result_pdf, concat_pdf)
promote_file_to_downloadzone(concat_pdf, rename_file=None, chatbot=chatbot) # promote file to web UI
except Exception as e:
print(e)
pass
return True # 成功啦
else: