fix: Fix memory leak when creating components (#5733)
Fix memory leak when creating components
This commit is contained in:
parent
47dc891ecc
commit
a5f5f3e3e3
1 changed files with 0 additions and 1 deletions
|
|
@ -313,7 +313,6 @@ def build_class_constructor(compiled_class, exec_globals, class_name):
|
|||
|
||||
return exec_globals[class_name]
|
||||
|
||||
build_custom_class.__globals__.update(exec_globals)
|
||||
return build_custom_class()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue