You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AI nodes have shared_ptr references to each other, creating circular references. It seems like they will never free because of this. We should check which ones should be weak_ptr
The text was updated successfully, but these errors were encountered:
AI nodes have shared_ptr references to each other, creating circular references. It seems like they will never free because of this. We should check which ones should be weak_ptr
The text was updated successfully, but these errors were encountered: