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

Set destructor on QoS Profile struct #700

Merged
merged 2 commits into from
Mar 8, 2021
Merged

Set destructor on QoS Profile struct #700

merged 2 commits into from
Mar 8, 2021

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Mar 8, 2021

This "C" variant of the QoS profile object seems to be used only when initializing other objects.

I'm not entirely sure, but I believe that this may have simply been an optimization, since we know that the object won't be touched again.

In any case, it will be easier to convert to pybind11 if we allow it to be destroyed normally.

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

Signed-off-by: Scott K Logan <logans@cottsay.net>
Signed-off-by: Scott K Logan <logans@cottsay.net>
@cottsay cottsay merged commit 415717c into master Mar 8, 2021
@delete-merged-branch delete-merged-branch bot deleted the cottsay/qos_profile branch March 8, 2021 22:59
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