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 SEGV caused by order of destruction of Node sub-interfaces #1469

Merged
merged 2 commits into from
Mar 2, 2021

Commits on Mar 1, 2021

  1. added tear-down of node sub-interfaces in reverse order of their crea…

    …tion (ros2#1469)
    
    Signed-off-by: Colin MacKenzie <colin@flyingeinstein.com>
    guru-florida committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    9627a85 View commit details
    Browse the repository at this point in the history
  2. added name of service to log message for leak detection. Previously i…

    …t gave no indication of what node is causing the memory leak (ros2#1469)
    
    Signed-off-by: Colin MacKenzie <colin@flyingeinstein.com>
    guru-florida committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    6f4c9fc View commit details
    Browse the repository at this point in the history