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

Switch some tests to use unique pointers instead of raw pointers. #74

Merged
merged 1 commit into from
Jan 31, 2023

Conversation

clalancette
Copy link
Collaborator

This gets rid of some error paths in the tests that could leak memory, thus making clang static analysis happy.

Signed-off-by: Chris Lalancette clalancette@openrobotics.org

This gets rid of some error paths in the tests that could leak
memory, thus making clang static analysis happy.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
@clalancette
Copy link
Collaborator Author

CI:

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

@clalancette clalancette merged commit b617362 into rolling Jan 31, 2023
@clalancette clalancette deleted the clalancette/fix-test-memory-leak branch January 31, 2023 20:53
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