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

Don't free Deque on 0 capacity #375

Closed
wants to merge 1 commit into from
Closed

Conversation

Gulcar
Copy link

@Gulcar Gulcar commented Mar 14, 2024

I got a segmentation fault if I didn't add any RigidBodies when PhysicsCommon's destructor ran.
In the allocator release there is an assert for size > 0.

@DanielChappuis
Copy link
Owner

Thanks a lot for your fix. I have already merge into the 'develop' branch another pull request that fixes the same issue. I am closing this one but again thanks a lot for your time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants