Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AIMovementNode shared_ptr usage might never free #91

Open
enginmanap opened this issue Jan 8, 2019 · 0 comments
Open

AIMovementNode shared_ptr usage might never free #91

enginmanap opened this issue Jan 8, 2019 · 0 comments
Labels

Comments

@enginmanap
Copy link
Owner

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

@enginmanap enginmanap added the bug label Jan 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant