Skip to content

Commit

Permalink
Fix inspect memory leaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Aug 22, 2024
1 parent e1f2ae1 commit f8ad44c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vsjet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
):
update_check = True
break
c_frame.clear()
else:
c_frame.clear()
import site

parents = Path(sys.argv[0]).parents
Expand Down

0 comments on commit f8ad44c

Please sign in to comment.