From 6b3798dd5c707a24e5c36cd375c0af727eade098 Mon Sep 17 00:00:00 2001 From: "WQY\\qiong" Date: Sat, 19 Nov 2022 08:22:59 +0800 Subject: [PATCH] Release memory timely --- api/api_parser.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/api_parser.py b/api/api_parser.py index 69c35a1..bca8470 100644 --- a/api/api_parser.py +++ b/api/api_parser.py @@ -171,6 +171,9 @@ def _read_inp(inp: str) -> ChangeSet: elif name == 'END': pass # :) + # release file + file = {} + cs = ChangeSet() priorities = [ 'PATTERNS',