Fix leaks in rcl_action unit tests (#442)
Fix memory leaks detected by AddressSanitizer from rcl_action unit tests. Signed-off-by: Prajakta Gokhale <prajaktg@amazon.com>
This commit is contained in:
parent
545076505b
commit
3806aa226d
5 changed files with 33 additions and 0 deletions
|
@ -170,6 +170,7 @@ if(BUILD_TESTING)
|
|||
${PROJECT_NAME}
|
||||
)
|
||||
ament_target_dependencies(test_action_server
|
||||
"osrf_testing_tools_cpp"
|
||||
"rcl"
|
||||
"test_msgs"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue