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

Chain not unlinked from singly linked list #77

Closed
irlanrobson opened this issue Dec 12, 2023 · 1 comment
Closed

Chain not unlinked from singly linked list #77

irlanrobson opened this issue Dec 12, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@irlanrobson
Copy link

It seems that a chain never gets unlinked from its parent body singly linked list on destruction:

https://github.com/erincatto/box2c/blob/main/src/body.c#L675

BTW, I really like this way of dealing with chains (just a bunch of smooth segment shapes). Do you plan to change this?

@erincatto erincatto added the bug Something isn't working label Dec 15, 2023
@erincatto
Copy link
Owner

Thanks for the report! Fixed in #82.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants