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

Fix memory leaks. #136

Merged
merged 1 commit into from
Dec 7, 2020
Merged

Fix memory leaks. #136

merged 1 commit into from
Dec 7, 2020

Conversation

mahiuchun
Copy link
Contributor

No description provided.

Signed-off-by: Hill Ma <hillma@google.com>
@mahiuchun mahiuchun requested a review from mjcarroll as a code owner December 5, 2020 22:27
@github-actions github-actions bot added 🏢 edifice Ignition Edifice 🏰 citadel Ignition Citadel 📜 blueprint Ignition Blueprint 🔮 dome Ignition Dome labels Dec 5, 2020
@mjcarroll
Copy link
Contributor

Window failure is unrelated.

@mjcarroll mjcarroll merged commit f5eaee6 into gazebosim:ign-common3 Dec 7, 2020
@iche033
Copy link
Contributor

iche033 commented Mar 24, 2021

Found that the actor world in ign-gazebo is segfaulting after these changes.. The changes here look fine. It could be that we still have pointers pointing to these old data structures after they are being deleted. I think this could happen if we think we are copying these objects but we're actually just copying pointers. We may have to add copy constructors / assignment operators in these classes

cc @adlarkin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📜 blueprint Ignition Blueprint 🏰 citadel Ignition Citadel 🔮 dome Ignition Dome 🏢 edifice Ignition Edifice
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants