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 #1825/#1830: segfault when hiding deleted properties #1831

Merged
merged 1 commit into from
May 21, 2024

Conversation

rhaschke
Copy link
Contributor

When a hidden property was configured to process propertyHiddenChanged and got deleted in between, this was causing a segfault. We need to protect the slot/functor from being called when the property is deleted.

Fixes #1830.

@rhaschke rhaschke mentioned this pull request May 18, 2024
@Achllle
Copy link

Achllle commented May 20, 2024

I can confirm this fixes the issues I encountered, thank you for fixing this so quickly!

@rhaschke rhaschke merged commit 89a541f into ros-visualization:noetic-devel May 21, 2024
8 of 9 checks passed
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.

Segfault
2 participants