forked from ros2/rclcpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
calling fini functions to avoid memory leak (ros2#791)
* Fix test memory leaks 1. calling rcutils_string_map_fini to avoid memory leak 2. Fix memory leak that not to call rcutils_string_array_fini for enclaves 3. Fix that not to rcutils_string_array_fini for node_names_2 and node_namespaces_2 4. Fix that not to rcl_log_levels_fini for copied_log_levels 5. Fix that not to call rmw_security_options_fini for options 6. Call test_msgs__srv__BasicTypes_Request__fini for service_request in the end Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
- Loading branch information
Chen Lihui
authored
Sep 8, 2020
1 parent
e88b63b
commit 78ed316
Showing
6 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters