Skip to content

Commit

Permalink
fix: Fix memory leak when creating components (#5733)
Browse files Browse the repository at this point in the history
Fix memory leak when creating components
  • Loading branch information
cbornet authored Jan 16, 2025
1 parent 47dc891 commit a5f5f3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/base/langflow/utils/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ def build_custom_class():

return exec_globals[class_name]

build_custom_class.__globals__.update(exec_globals)
return build_custom_class()


Expand Down

0 comments on commit a5f5f3e

Please sign in to comment.