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

calling fini functions to avoid memory leak #791

Merged
merged 6 commits into from
Sep 8, 2020

Commits on Sep 4, 2020

  1. calling rcutils_string_map_fini to avoid memory leak

    Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
    Chen Lihui authored and Chen Lihui committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    fc99e1b View commit details
    Browse the repository at this point in the history
  2. Fix memory leak that not to call rcutils_string_array_fini for enclaves

    Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
    Chen Lihui authored and Chen Lihui committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    df453ba View commit details
    Browse the repository at this point in the history
  3. Fix that not to rcutils_string_array_fini for node_names_2 and node_n…

    …amespaces_2
    
    Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
    Chen Lihui authored and Chen Lihui committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    5801edd View commit details
    Browse the repository at this point in the history
  4. Fix that not to rcl_log_levels_fini for copied_log_levels

    Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
    Chen Lihui authored and Chen Lihui committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    379bc4c View commit details
    Browse the repository at this point in the history
  5. Fix that not to call rmw_security_options_fini for options

    Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
    Chen Lihui authored and Chen Lihui committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    85a0ca5 View commit details
    Browse the repository at this point in the history
  6. Call test_msgs__srv__BasicTypes_Request__fini for service_request in …

    …the end
    
    Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
    Chen Lihui authored and Chen Lihui committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    1779398 View commit details
    Browse the repository at this point in the history